Amirshk
Amirshk

Reputation: 8258

Visual Studio Shortcuts

In VC6 I could navigate between compilation errors with F4.

Whats the appropriate key in VS2008?

Upvotes: 0

Views: 217

Answers (3)

Matthew Jones
Matthew Jones

Reputation: 26190

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

Upvotes: 3

Warren Young
Warren Young

Reputation: 42373

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.

Upvotes: 2

Related Questions