Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I recently moved from a Mac + Textmate back to Visual Studio.

The one thing I absolutely loved about textmate was it's find/search feature. It made navigating solution files so easy. Is there an equivalent shortcut/addon for Visual Studio?

share|improve this question

1 Answer

up vote 4 down vote accepted

You haven't explained what Textmate does for you, but...

  • The "folder + binoculars" icon in the toolbar gives "search in files"
  • Ctrl-F brings up Find
  • Ctrl-Click on a method call goes to its declaration (etc for other member types too)

If you want "find a type" or "find a file" easily in VS2008 (e.g. type SE to find SmartEnumerable), you'll need ReSharper

share|improve this answer
textmate is simple: ctrl-t=autocomplete file search, ctrl-shit-t=autocomplete text search I just dont like how vs.net ouputs the results in a different window. SonicfileFinder is all inline which seems to do the trick.. – dmose Oct 3 '09 at 18:35
Have a look at the answers to this question: stackoverflow.com/questions/1508973/… – adrianbanks Oct 3 '09 at 18:42
+1 for mentioning ReSharper – LBushkin Oct 4 '09 at 2:36

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.