shortcuts

Visual Studio Shortcuts

Genveje til navigation, editing, debugging og Solution Explorer.

Visual StudioShortcuts

Visual Studio Shortcuts

Ofte brugte tastaturgenveje i Visual Studio.

Navigation

  • Ctrl+Q

    Search / Visual Studio Search

  • Ctrl+,

    Go To All

  • F12

    Go To Definition

  • Alt+F12

    Peek Definition

  • Shift+F12

    Find All References

Editing

  • Ctrl+KthenCtrl+C

    Comment selection

  • Ctrl+KthenCtrl+U

    Uncomment selection

  • Ctrl+KthenCtrl+D

    Format document

  • Ctrl+KthenCtrl+F

    Format selection

  • Ctrl+.

    Quick Actions / Refactor

  • Ctrl+RthenCtrl+R

    Rename symbol

Build & Run

  • Ctrl+Shift+B

    Build solution

  • F5

    Start debugging

  • Ctrl+F5

    Start without debugging

  • Shift+F5

    Stop debugging

Debugging

  • F9

    Toggle breakpoint

  • F10

    Step Over

  • F11

    Step Into

  • Shift+F11

    Step Out

  • Ctrl+Alt+Q

    Quick Watch

Windows & Panels

  • Ctrl+Alt+L

    Solution Explorer

  • Ctrl+Alt+O

    Output window

  • Ctrl+Alt+X

    Toolbox

  • Ctrl+\thenCtrl+M

    Team Explorer / Git Changes