vote up 0 vote down star

The reason for me asking this question is:-

I get a real buzz out of discovering features in Visual Studio 2008 that end up saving me oodles of time every day. Recently found a blog by Sara Ford who grinds out a tip each day on her blog.

Am wondering what is the biggest time saving tip you can give in terms of using the IDE in visual studio 2008?

Up to now the best feature I have discovered is Ctrl + and Ctrl - for navigating back and forth.

flag

8 Answers

vote up 3 vote down check

A lot of features have been mentioned here... Especially this blog has loads of useful tips.

link|flag
Thanks for that! pretty much what I wanted! – anonym0use Dec 3 '08 at 9:38
No problem, enjoy! – Vincent Van Den Berghe Dec 3 '08 at 10:04
vote up 1 vote down

Using the Refactor shortcuts. Click on Refactor in the Menu and you'll see the short list. For instance, Ctrl+R,M for "Extract Method."

link|flag
vote up 1 vote down

My biggest time-saving feature is IntelliSense, although that's not realy a hidden feature. ;)

link|flag
vote up 0 vote down

Just the refactoring on context-menu alone...

edit: ++conditional breaks if that wasn't obvious

link|flag
vote up 0 vote down

When you are posting shortcuts, think about its different depending on what keyboard mapping scheme you are using. I for an example are using "Visual Basic 6".

So please add what scheme you are using as information with the shortcut.

SHIFT+F2 to jump to the definition of a variable/function/whatever the cursor are pointing to and CTRL+SHIFT+F2 to jump back from where I was is my time saver.

link|flag
vote up 0 vote down

In c# you can use CTRL+å (norwegian keyboard, the key to the right of P on us/uk keyboards) to jump between bracket pairs. If your cursor is on the { bracket, you jump to the matching end backet and vice versa.

link|flag
vote up 0 vote down

Database Comparison tool.

link|flag
Can this be found in visual studio 2008? can you point me in the right direction for this please? – anonym0use Dec 3 '08 at 9:39
vote up 0 vote down

If you have a large solution, turn off the Auto Populate Toolbox entry in the settings. This will save you lots and lots of time if you are working with the graphical designers such as for WinForms.

link|flag

Your Answer

Get an OpenID
or

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