Friday, August 21, 2009

DevTnT 10 - CTRL+G in Visual Studio

Depending on the current view, there are three different meanings of CTRL+G:

  • in the editor view the Go To Line dialog pops up and you can jump to the entered line number: GoToLineDialog
  • when dealing with work items, the Go To Work Item window pops up and you can navigate to a particular issue: GoToWorkItem
  • in the source control view, CTRL+G opens the Find Changeset dialog which allows you to query for change sets:FindChangesets

No comments:

Post a Comment