Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Productivity features in vs2010

I have recently upgraded to VS2010, and overall I must say that I'm very impressed. I used to use ReSharper when working with VS2008, but I have found that many of it's features have been incorporated into VS2010. One of the features I like the most is the CTRL+, command which lets you navigate to a class or method by writing part of its name. However, I have not had the time to explore all the new features, so I'd be really greatful if some of you would share the ones you like most.

like image 522
Klaus Byskov Pedersen Avatar asked Feb 27 '23 19:02

Klaus Byskov Pedersen


1 Answers

I really like Call Hierarchies

With Control+K and Control+T you can navigate the code likes reflector does but with the source code

Call Hierarchies
(source: dotnetslackers.com)

Also a great feature is T-SQL IntelliSense

A long requested feature that will become really :)

Intellisense

like image 174
Marcos Meli Avatar answered Mar 11 '23 13:03

Marcos Meli