Tip/Trick – Visual Studio to behave more like Eclipse (productivity boost)
I’ve been slowly customizing my Visual Studio with a few neat tricks like when I used to work with Eclipse. I recommend these two as a starting point:
- Rock Scroll – Text Highlight with an enhanced scroll bar. Very neat tool to help you visually locate where a variable is used along the code: http://microsoftdev.blogspot.com/2008/05/rock-scroll-visual-studio-plugin.html
- Quick Open File – create a shortcut that you like and voila, you can quickly access any file in your project: http://kutny.net/vsopen/
More to come. Cheers!