Visual Studio Code Cheat Sheet



  1. Visual Studio Code Cheat Sheet Windows
  2. Visual Studio Code Cheat Sheet Html
  3. Visual Studio Code Markdown Cheat Sheet
  4. Vs Code Shortcuts Cheat Sheet

VS Code Visual Studio Code Cheat sheet for Visual Studio Code. Markdown cheat sheet for Visual Studio Code. Posted on 2020-11-01 by HP. Here is a cheat sheet that I found somewhere that will work with Visual Studio Code MD files.

Shortcut

General

SHIFT+CMD+P, F1

CMD+P

SHIFT+CMD+N

CMD+W

CMD+,

CMD+K CMD+S

Basic Editing

CMD+X

editor.action.clipboardCutAction

CMD+C

editor.action.clipboardCopyAction

CMD+V

editor.action.clipboardPasteAction

SHIFT+CMD+K

editor.action.deleteLines

CMD+Enter

editor.action.insertLineAfter

SHIFT+CMD+Enter

editor.action.insertLineBefore

OPTION+↓

editor.action.moveLinesDownAction

OPTION+↑

editor.action.moveLinesUpAction

SHIFT+OPTION+↓

editor.action.copyLinesDownAction

SHIFT+OPTION+↑

editor.action.copyLinesUpAction

CMD+Z

undo

SHIFT+CMD+Z

redo

CMD+D

editor.action.addSelectionToNextFindMatch

CMD+K CMD+D

editor.action.moveSelectionToNextFindMatch

CMD+U

cursorUndo

SHIFT+OPTION+I

editor.action.insertCursorAtEndOfEachLineSelected

SHIFT+CMD+L

editor.action.selectHighlights

CMD+F2

editor.action.changeAll

CMD+L

expandLineSelection

OPTION+CMD+↓

editor.action.insertCursorBelow

OPTION+CMD+↑

editor.action.insertCursorAbove

SHIFT+CMD+

editor.action.jumpToBracket

CMD+]

editor.action.indentLines

CMD+[

editor.action.outdentLines

Home

cursorHome

End

cursorEnd

CMD+↓

cursorBottom

CMD+↑

cursorTop

CTRL+PageDown

scrollLineDown

CTRL+PageUp

scrollLineUp

CMD+PageDown

scrollPageDown

CMD+PageUp

scrollPageUp

OPTION+CMD+[

editor.fold

OPTION+CMD+]

editor.unfold

CMD+K CMD+[

editor.foldRecursively

CMD+K CMD+]

editor.unfoldRecursively

CMD+K CMD+0

editor.foldAll

CMD+K CMD+J

editor.unfoldAll

CMD+K CMD+C

editor.action.addCommentLine

CMD+K CMD+U

editor.action.removeCommentLine

CMD+/

editor.action.commentLine

SHIFT+OPTION+A

editor.action.blockComment

CMD+F

actions.find

OPTION+CMD+F

editor.action.startFindReplaceAction

Enter

editor.action.nextMatchFindAction

SHIFT+Enter

editor.action.previousMatchFindAction

OPTION+Enter

editor.action.selectAllMatches

OPTION+CMD+C

toggleFindCaseSensitive

OPTION+CMD+R

toggleFindRegex

OPTION+CMD+W

toggleFindWholeWord

CTRL+SHIFT+M

editor.action.toggleTabFocusMode

unassigned

toggleRenderWhitespace

OPTION+Z

editor.action.toggleWordWrap

Rich Languages Editing

CTRL+Space

editor.action.triggerSuggest

SHIFT+CMD+Space

editor.action.triggerParameterHints

SHIFT+OPTION+F

editor.action.formatDocument

CMD+K CMD+F

editor.action.formatSelection

F12

editor.action.revealDefinition

CMD+K CMD+I

editor.action.showHover

OPTION+F12

editor.action.peekDefinition

CMD+K F12

editor.action.revealDefinitionAside

CMD+.

editor.action.quickFix

SHIFT+F12

editor.action.goToReferences

F2

editor.action.rename

SHIFT+CMD+.

editor.action.inPlaceReplace.down

SHIFT+CMD+,

editor.action.inPlaceReplace.up

CTRL+SHIFT+CMD+→

editor.action.smartSelect.expand

CTRL+SHIFT+CMD+←

editor.action.smartSelect.shrink

CMD+K CMD+X

editor.action.trimTrailingWhitespace

CMD+K M

workbench.action.editor.changeLanguageMode

Visual Studio Code Cheat Sheet

Navigation

CMD+T

workbench.action.showAllSymbols

CTRL+G

workbench.action.gotoLine

CMD+P

workbench.action.quickOpen

SHIFT+CMD+O

workbench.action.gotoSymbol

SHIFT+CMD+M

workbench.actions.view.problems

F8

editor.action.marker.nextInFiles

SHIFT+F8

editor.action.marker.prevInFiles

SHIFT+CMD+P or F1

workbench.action.showCommands

CTRL+Tab

workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup

CTRL+-

workbench.action.navigateBack

CTRL+-

workbench.action.quickInputBack

CTRL+SHIFT+-

workbench.action.navigateForward

Editor/Window Management

SHIFT+CMD+N

workbench.action.newWindow

CMD+W

workbench.action.closeWindow

CMD+W

workbench.action.closeActiveEditor

CMD+K F

workbench.action.closeFolder

unassigned

workbench.action.navigateEditorGroups

CMD+

workbench.action.splitEditor

CMD+1

workbench.action.focusFirstEditorGroup

CMD+2

workbench.action.focusSecondEditorGroup

CMD+3

workbench.action.focusThirdEditorGroup

unassigned

workbench.action.focusPreviousGroup

unassigned

workbench.action.focusNextGroup

CMD+K SHIFT+CMD+←

workbench.action.moveEditorLeftInGroup

CMD+K SHIFT+CMD+→

workbench.action.moveEditorRightInGroup

CMD+K ←

workbench.action.moveActiveEditorGroupLeft

CMD+K →

workbench.action.moveActiveEditorGroupRight

CTRL+CMD+→

workbench.action.moveEditorToNextGroup

CTRL+CMD+←

workbench.action.moveEditorToPreviousGroup

File Management

CMD+N

workbench.action.files.newUntitledFile

unassigned

workbench.action.files.openFile

CMD+S

workbench.action.files.save

OPTION+CMD+S

workbench.action.files.saveAll

SHIFT+CMD+S

workbench.action.files.saveAs

CMD+W

workbench.action.closeActiveEditor

OPTION+CMD+T

workbench.action.closeOtherEditors

CMD+K W

workbench.action.closeEditorsInGroup

unassigned

workbench.action.closeEditorsInOtherGroups

unassigned

workbench.action.closeEditorsToTheLeft

unassigned

workbench.action.closeEditorsToTheRight

CMD+K CMD+W

workbench.action.closeAllEditors

SHIFT+CMD+T

workbench.action.reopenClosedEditor

CMD+K Enter

workbench.action.keepEditor

CMD+K P

workbench.action.files.copyPathOfActiveFile

CMD+K R

workbench.action.files.revealActiveFileInWindows

CMD+K O

workbench.action.files.showOpenedFileInNewWindow

unassigned

workbench.files.action.compareFileWith

Display

CTRL+CMD+F

workbench.action.toggleFullScreen

CMD+K Z

workbench.action.toggleZenMode

Escape Escape

workbench.action.exitZenMode

Vivaldi was cofounded by Jon Stephenson von Tetzchner, the former CEO of Opera, another popular browser. For example, or 'b browsers' to search for browsers via Bing. Concerto in B minor, RV 580 (Vivaldi, Antonio) Movements/Sections Mov'ts/Sec's: 3 movements First Publication 1711 in L'estro armonico, Op.3 (No.10) Genre Categories. Vivaldi b. Cello Sonata in A minor, RV 44 (Vivaldi, Antonio) Cello Sonata in B-flat major, RV 45 (Vivaldi, Antonio) Cello Sonata in B-flat major, RV 46 (Vivaldi, Antonio) Cello Sonata in B-flat major, RV 47 (Vivaldi, Antonio) Cello Sonata in A major (Vivaldi, Antonio) Cessate, omai cessate, RV 684 (Vivaldi, Antonio). Vivaldi Browser is a fast, private and secure browser that blocks ads and trackers. It puts you in control with unique features. Get Vivaldi for Windows, macOS, Linux, and Android!

CMD+=

workbench.action.zoomIn

CMD+-

workbench.action.zoomOut

CMD+Numpad0

workbench.action.zoomReset

CMD+B

workbench.action.toggleSidebarVisibility

SHIFT+CMD+E

workbench.view.explorer

SHIFT+CMD+F

workbench.view.search

CTRL+SHIFT+G

workbench.view.scm

SHIFT+CMD+D

workbench.view.debug

SHIFT+CMD+X

workbench.view.extensions

SHIFT+CMD+U

workbench.action.output.toggleOutput

CTRL+Q

workbench.action.quickOpenView

SHIFT+CMD+C

workbench.action.terminal.openNativeConsole

SHIFT+CMD+V

markdown.showPreview

CMD+K V

markdown.showPreviewToSide

CTRL+`

workbench.action.terminal.toggleTerminal

Visual Studio Code Cheat Sheet Windows

Search

Visual Studio Code Cheat Sheet

SHIFT+CMD+F

workbench.view.search

SHIFT+CMD+H

workbench.action.replaceInFiles

OPTION+CMD+C

toggleSearchCaseSensitive

OPTION+CMD+W

toggleSearchWholeWord

OPTION+CMD+R

toggleSearchRegex

SHIFT+CMD+J

workbench.action.search.toggleQueryDetails

F4

search.action.focusNextSearchResult

SHIFT+F4

search.action.focusPreviousSearchResult

history.showNext

history.showPrevious

Search Editor

CMD+Enter

search.action.openInEditor

Escape

search.action.focusQueryEditorWidget

SHIFT+CMD+R

rerunSearchEditorSearch

SHIFT+CMD+Backspace

search.searchEditor.action.deleteFileResults

Visual Studio Code Cheat Sheet Html

Preferences

CMD+,

workbench.action.openSettings

unassigned

workbench.action.openWorkspaceSettings

CMD+K CMD+S

workbench.action.openGlobalKeybindings

unassigned

workbench.action.openSnippets

CMD+K CMD+T

workbench.action.selectTheme

unassigned

workbench.action.configureLocale

Debug

F9

editor.debug.action.toggleBreakpoint

F5

workbench.action.debug.start

F5

workbench.action.debug.continue

CTRL+F5

workbench.action.debug.run

F6

workbench.action.debug.pause

F11

workbench.action.debug.stepInto

Tasks

SHIFT+CMD+B

workbench.action.tasks.build

unassigned

workbench.action.tasks.test

Visual Studio Code Markdown Cheat Sheet

Extensions

unassigned

workbench.extensions.action.installExtension

unassigned

workbench.extensions.action.showInstalledExtensions

unassigned

workbench.extensions.action.listOutdatedExtensions

unassigned

workbench.extensions.action.showRecommendedExtensions

unassigned

workbench.extensions.action.showPopularExtensions

unassigned

workbench.extensions.action.updateAllExtensions

Notes

Vs Code Shortcuts Cheat Sheet

  • Some commands included below do not have default keyboard shortcuts and so are displayed as unassigned but you can assign your own keybindings.
  • More information at https://code.visualstudio.com/docs/getstarted/keybindings#_default-keyboard-shortcuts