vote up 0 vote down star
1

In VC6 i could navigate between compilation errors with F4

Whats the appropriate key in VS2008?

Thanks

flag

3 Answers

vote up 2 vote down check

You might prefer to just make Visual Studio use the old v6 keys. Just say Tools | Options | Environment | Keyboard, and select "Visual C++ 6" from the drop-down at the top of that property sheet.

link|flag
That's what I did - I also set up all new devs to have this set of keys to aid me when debugging on their machines ;) – Rowland Shaw Sep 25 at 20:38
thanks, i preferred the old layout anyways – Am Sep 25 at 20:48
vote up 3 vote down

According to this blog it's F8 or Shift-F8.

link|flag
doesn't seem to work for C# layout, is this only for VC layout? – Am Sep 25 at 20:37

Your Answer

Get an OpenID
or

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