Is it possible to searchusing type information in visual studio

Posted by SnOrfus on Stack Overflow See other posts from Stack Overflow or by SnOrfus
Published on 2010-03-16T15:33:20Z Indexed on 2010/03/16 15:41 UTC
Read the original article Hit count: 374

Filed under:
|

It comes up from time to time and I'm wondering of it's possible to use type info when searching in visual studio, or is there a plugin that includes this?

I'd like to search for the phrase

"x == "

or

"x.ToString();" 

where x is of type 'Person'. The normal regex searches are strictly searching the text as opposed to the content and I figured out a long time ago that any thought I have is never the first.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about search