I recently moved from a Mac + Textmate back to Visual Studio.
The one thing I absolutely loved about textmate 开发者_如何学Pythonwas it's find/search feature. It made navigating solution files so easy. Is there an equivalent shortcut/addon for Visual Studio?
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
精彩评论