Visual Studio 단축키

 

  • Main Editor

Command

Keys

Description

ActivateCallStackWindow

Alt+7

Activates the Call Stack window

ActivateMemoryWindow

Alt+6

Activates the Memory window

ActivateOutputWindow

Alt+2

Activates the Output window

ActivateRegistersWindow

Alt+5

Activates the Registers window

ActivateVariablesWindow

Alt+4

Activates the Variables window

ActivateWatchWindow

Alt+3

Activates the Watch window

ActivateWorkspaceWindow

Alt+0

Activates the Workspace window

ApplyCodeChanges

Alt+F10

Applies code changes made to C/C++ source files while debugging

Bookmarks

Alt+F2

Edits or navigates bookmarks

Browse 

Alt+F12

Queries on the selected object or current context

BrowseGoToDefinition

F12

Displays a symbol definition

BrowseGoToReference

Shift+F12

Displays a symbol reference

BrowseNext

Ctrl+Num +

Displays the next symbol definition or reference

BrowsePopContext

Ctrl+Num *

Returns to the location preceding the last browse operation

BrowsePrev

Ctrl+Num -

Displays the previous symbol definition or reference

Build

F7

Builds the project

BuildCompile

Ctrl+F7 

Compiles the file

BuildExecute

Ctrl+F5

Executes the program

BuildStop

Ctrl+Break

Stops the build

Cancel

Esc

Hides windows or cancels modes

CheckMnemonicKeys

Ctrl+M

Detects duplicate mnemonics in the resource

ClassWizard

Ctrl+W

Edits the application classes and ties resources to code

CompleteWord

Ctrl+Space

Completes the current statement

DebugBreakpoints

Alt+F9

Edits breakpoints in the program

DebugBreakpoints

Ctrl+B

Edits breakpoints in the program

DebugEnableBreakpoint

Ctrl+F9

Enables or disables a breakpoint

DebugGo

F5

Starts or continues the program

DebugRemoveAllBreakpoints

Ctrl+Shift+F9

Removes all breakpoints

DebugRestart

Ctrl+Shift+F5

Restarts the program

DebugRunToCursor

Ctrl+F10

Runs the program to the line containing the cursor

DebugSetNextStatement 

Ctrl+Shift+F10

Sets the instruction pointer to the line containing the cursor

DebugShowNextStatement

Alt+Num *

Displays the source line for the instruction pointer

DebugStepInto

F11

Steps into the next statement

DebugStepOut

Shift+F11

Steps out of the current function

DebugStepOver

F10

Steps over the next statement

DebugStopDebugging

Shift+F5

Stops debugging the program

DebugToggleBreakpoint

F9

Inserts or removes a breakpoint

DebugToggleMixedMode

Ctrl+F11

Switches between the source view and the disassembly view for this instruction

FileSave

Ctrl+S

Saves the document

Find

Alt+F3

Finds the specified text

Find

Ctrl+F

Finds the specified text

FindNext

F3

Finds the next occurrence of the specified text

FindPrev

Shift+F3

Finds the previous occurrence of the specified text

FindReplace

Ctrl+H

Replaces the specified text with different text

FindTool

Ctrl+D

Activates the Find tool

GoTo

Ctrl+G

Moves to a specified location

GoToNextErrorTag

F4

Moves to the line containing the next error or tag

GoToPrevErrorTag

Shift+F4

Moves to the line containing the previous error or tag

InsertAcceleratorTable

Ctrl+7

Creates a new accelerator table resource

InsertResource

Ctrl+R

Creates a new resource of any type

InsertStringTable

Ctrl+8

Creates or opens the string table resource

MacroPlayQuick

Ctrl+Shift+P

Plays the quick macro

MacroRecordQuick

Ctrl+Shift+R

Start recording a temporary, throw-away macro

New

Ctrl+N

Creates a new document, project or workspace

ParameterInfo

Ctrl+Shift+Space

Provides help with parameters of functions

ProjectSelectTool

Ctrl+Alt+P

Activates the Project selection tool

ProjectSettings

Alt+F7

Edits the project build and debug settings

Properties

Alt+Enter

Edits the current selection's properties

Redo

Ctrl+Y

Redoes the previously undone action

TypeInfo

Ctrl+T

Provides the syntax for a variable, function or method selected in the editor

WindowDockingView

Alt+F6

Toggles the docking feature for the window on and off

WindowHide

Shift+Esc

Hides the window

WindowNextPane

F6

Activates the next pane

WindowPrevPane

Shift+F6

Activates the previous pane

 

 

  • Text Editor

BookmarkClearAll

Ctrl+Shift+F2

Clears all bookmarks in the window

BookmarkNext

F2

Moves to the line containing the next bookmark

BookmarkPrev

Shift+F2

Moves to the line containing the previous bookmark

BookmarkToggle

Ctrl+F2

Toggles a bookmark for the current line on and off

ConditionalDown

Ctrl+K 

Finds the next matching preprocessor condition

ConditionalDownExtend

Ctrl+Shift+K

Extends the selection to the next matching preprocessor condition

ConditionalUp

Ctrl+J

Finds the previous matching preprocessor condition

ConditionalUpExtend

Ctrl+Shift+J

Extends the selection to the previous matching preprocessor condition

DocumentEnd

Ctrl+End

Moves to the end of the document

DocumentEndExtend

Ctrl+Shift+End

Extends the selection to the end of the document

DocumentStart

Ctrl+Home

Moves to the beginning of the file

DocumentStartExtend

Ctrl+Shift+Home

Extends the selection to the beginning of the file

FindNextWord

Ctrl+F3 

Finds the next occurrence of the selected text

FindPrevWord

Ctrl+Shift+F3

Finds the previous occurrence of the selected text

GoToMatchBrace

Ctrl+]

Finds the matching brace

GoToMatchBrace

Ctrl+E

Finds the matching brace

GoToMatchBraceExtend

Ctrl+Shift+]

Extends the selection to the matching brace

GoToMatchBraceExtend

Ctrl+Shift+E

Extends the selection to the matching brace

HomeExtend

Shift+Home

Extends the selection to either the start of the current line or the start of the text on that line

LineCut

Ctrl+L

Deletes the selected lines and puts them on the Clipboard

LineDelete

Ctrl+Shift+L

Deletes the selected line

LineDown

Down Arrow

Moves the cursor down one line

LineDownExtend

Shift+Down Arrow

Extends the selection down one line

LineEndExtend

Shift+End

Extends the selection to the end of the current line

SearchIncremental

Ctrl+I

Starts an incremental search forward

SearchIncrementalBack

Ctrl+Shift+I

Starts an incremental search backward

SelectChar

F8

Starts character selection mode

SelectColumn

Ctrl+Shift+F8

Selects a columnar block of text

SelectLine

Ctrl+F8

Selects lines of text

SelectionFormat 

Alt+F8

Formats the selection using the smart indent settings

SelectionLowercase

Ctrl+U

Makes the selection all lowercase

SelectionUppercase

Ctrl+Shift+U

Makes the selection all uppercase

SentenceCut

Alt+Shift+L

Deletes the remainder of the sentence

ToggleViewWhitespace

Ctrl+Shift+8

Shows or hides tab characters

WordDeleteToEnd

Ctrl+Del

Deletes a word to the right

WordDeleteToStart

Ctrl+Backspace

Deletes a word to the left

WordLeft

Ctrl+Left Arrow

Moves back one word

WordLeftExtend

Ctrl+Shift+Left

Extends the selection back one word

WordRight

Ctrl+Right Arrow

Moves forward one word

WordRightExtend

Ctrl+Shift+Right

Extends the selection forward one word

WordTranspose

Ctrl+Shift+T

Swaps the current and previous words

 

Posted by 나비:D
:
BLOG main image
by 나비:D

공지사항

카테고리

분류 전체보기 (278)
Programming? (0)
---------------------------.. (0)
나비의삽질 (5)
Application (177)
SQL (51)
Web (27)
etc. (14)
Omnia (0)
---------------------------.. (0)

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함

달력

«   2024/03   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Total :
Today : Yesterday :