Skip to content

Instantly share code, notes, and snippets.

@jdanbrown
Forked from skfarhat/VSCode Internal Commands
Last active November 18, 2020 05:09
Show Gist options
  • Save jdanbrown/a38a0b0c894b91eddb77d0a359694602 to your computer and use it in GitHub Desktop.
Save jdanbrown/a38a0b0c894b91eddb77d0a359694602 to your computer and use it in GitHub Desktop.
# Sorted copy of https://gist.github.com/skfarhat/4e88ef386c93b9dceb98121d9457edbf
--------------------------------------------
Version: 1.45.1
Commit: 5763d909d5f12fe19f215cbfdd29a91c0fa9208a
Date: 2020-05-14T08:33:47.663Z
Electron: 7.2.4
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Darwin x64 18.5.0
-------------------------------------------
Q: How I got them?
A: Created an extension using 'yo'.
Set a breakpoint somewhere where vscode is defined.
In the debug console run vscode.commands.getCommands().then(x => console.log(x))
Then copy the entire output.
-------------------------------------------
_executeCodeActionProvider
_executeCodeLensProvider
_executeColorPresentationProvider
_executeCompletionItemProvider
_executeDeclarationProvider
_executeDefinitionProvider
_executeDocumentColorProvider
_executeDocumentHighlights
_executeDocumentRenameProvider
_executeDocumentSymbolProvider
_executeFormatDocumentProvider
_executeFormatOnTypeProvider
_executeFormatRangeProvider
_executeHoverProvider
_executeImplementationProvider
_executeLinkProvider
_executePrepareCallHierarchy
_executeProvideIncomingCalls
_executeProvideOutgoingCalls
_executeReferenceProvider
_executeRenameOnTypeProvider
_executeSelectionRangeProvider
_executeSignatureHelpProvider
_executeTypeDefinitionProvider
_executeWorkspaceSymbolProvider
_extensionTests.getLogLevel
_extensionTests.setLogLevel
_extensions.manage
_files.newWindow
_files.pickFolderAndOpen
_files.windowOpen
_issues.getSystemStatus
_lastCursorMoveToSelect
_lineSelect
_lineSelectDrag
_moveTo
_moveToSelect
_wordSelect
_wordSelectDrag
_workbench.addToRecentlyOpened
_workbench.captureSyntaxTokens
_workbench.diff
_workbench.getRecentlyOpened
_workbench.open
_workbench.openWith
_workbench.pickWorkspaceFolder
_workbench.removeFromRecentlyOpened
acceptAlternativeSelectedSuggestion
acceptRenameInput
acceptRenameInputWithPreview
acceptSelectedSuggestion
acceptSelectedSuggestionOnEnter
acceptSnippet
actions.find
actions.findWithSelection
addCursorsAtSearchResults
addRootFolder
breadcrumbs.focus
breadcrumbs.focusAndSelect
breadcrumbs.focusNext
breadcrumbs.focusNextWithPicker
breadcrumbs.focusPrevious
breadcrumbs.focusPreviousWithPicker
breadcrumbs.revealFocused
breadcrumbs.revealFocusedFromTreeAside
breadcrumbs.selectEditor
breadcrumbs.selectFocused
breadcrumbs.toggle
breadcrumbs.toggleToOn
breakpointWidget.action.acceptInput
cancelOnTypeRenameInput
cancelRenameInput
cancelSelection
cleanSearchEditorState
closeAccessibilityHelp
closeBreakpointWidget
closeDirtyDiff
closeFindWidget
closeMarkersNavigation
closeParameterHints
closeReferenceSearch
closeReferenceSearchEditor
closeReplaceInFilesWidget
codelens.showLensesInCurrentLine
columnSelect
compareFiles
compareSelected
compositionEnd
compositionStart
copyFilePath
copyRelativeFilePath
createCursor
cursorBottom
cursorBottomSelect
cursorColumnSelectDown
cursorColumnSelectLeft
cursorColumnSelectPageDown
cursorColumnSelectPageUp
cursorColumnSelectRight
cursorColumnSelectUp
cursorDown
cursorDownSelect
cursorEnd
cursorEndSelect
cursorHome
cursorHomeSelect
cursorLeft
cursorLeftSelect
cursorLineEnd
cursorLineEndSelect
cursorLineStart
cursorLineStartSelect
cursorMove
cursorPageDown
cursorPageDownSelect
cursorPageUp
cursorPageUpSelect
cursorRedo
cursorRight
cursorRightSelect
cursorTop
cursorTopSelect
cursorUndo
cursorUp
cursorUpSelect
cursorWordAccessibilityLeft
cursorWordAccessibilityLeftSelect
cursorWordAccessibilityRight
cursorWordAccessibilityRightSelect
cursorWordEndLeft
cursorWordEndLeftSelect
cursorWordEndRight
cursorWordEndRightSelect
cursorWordLeft
cursorWordLeftSelect
cursorWordPartLeft
cursorWordPartLeftSelect
cursorWordPartRight
cursorWordPartRightSelect
cursorWordPartStartLeft
cursorWordPartStartLeftSelect
cursorWordRight
cursorWordRightSelect
cursorWordStartLeft
cursorWordStartLeftSelect
cursorWordStartRight
cursorWordStartRightSelect
cut
debug.addConfiguration
debug.copyStackTrace
debug.enableOrDisableBreakpoint
debug.installAdditionalDebuggers
debug.jumpToCursor
debug.openBreakpointToSide
debug.removeBreakpoint
debug.removeWatchExpression
debug.renameWatchExpression
debug.setVariable
debug.startFromConfig
debug.toggleBreakpoint
decreaseSearchEditorContextLines
default:compositionEnd
default:compositionStart
default:cut
default:paste
default:redo
default:replacePreviousChar
default:type
default:undo
deleteAllLeft
deleteAllRight
deleteFile
deleteLeft
deleteRight
deleteWordEndLeft
deleteWordEndRight
deleteWordLeft
deleteWordPartLeft
deleteWordPartRight
deleteWordRight
deleteWordStartLeft
deleteWordStartRight
editor.action.addCommentLine
editor.action.addCursorsToBottom
editor.action.addCursorsToTop
editor.action.addSelectionToNextFindMatch
editor.action.addSelectionToPreviousFindMatch
editor.action.autoFix
editor.action.blockComment
editor.action.changeAll
editor.action.clipboardCopyAction
editor.action.clipboardCopyWithSyntaxHighlightingAction
editor.action.clipboardCutAction
editor.action.clipboardPasteAction
editor.action.codeAction
editor.action.commentLine
editor.action.copyLinesDownAction
editor.action.copyLinesUpAction
editor.action.customEditor.redo
editor.action.customEditor.undo
editor.action.defineKeybinding
editor.action.deleteLines
editor.action.detectIndentation
editor.action.diffReview.next
editor.action.diffReview.prev
editor.action.dirtydiff.next
editor.action.dirtydiff.previous
editor.action.duplicateSelection
editor.action.extensioneditor.findNext
editor.action.extensioneditor.findPrevious
editor.action.extensioneditor.showfind
editor.action.findReferences
editor.action.fixAll
editor.action.fontZoomIn
editor.action.fontZoomOut
editor.action.fontZoomReset
editor.action.forceRetokenize
editor.action.format
editor.action.formatDocument
editor.action.formatDocument.multiple
editor.action.formatDocument.none
editor.action.formatSelection
editor.action.formatSelection.multiple
editor.action.goToDeclaration
editor.action.goToImplementation
editor.action.goToLocations
editor.action.goToReferences
editor.action.goToTypeDefinition
editor.action.inPlaceReplace.down
editor.action.inPlaceReplace.up
editor.action.indentLines
editor.action.indentUsingSpaces
editor.action.indentUsingTabs
editor.action.indentationToSpaces
editor.action.indentationToTabs
editor.action.insertCursorAbove
editor.action.insertCursorAtEndOfEachLineSelected
editor.action.insertCursorBelow
editor.action.insertLineAfter
editor.action.insertLineBefore
editor.action.insertSnippet
editor.action.inspectTMScopes
editor.action.joinLines
editor.action.jumpToBracket
editor.action.marker.next
editor.action.marker.nextInFiles
editor.action.marker.prev
editor.action.marker.prevInFiles
editor.action.measureExtHostLatency
editor.action.moveCarretLeftAction
editor.action.moveCarretRightAction
editor.action.moveLinesDownAction
editor.action.moveLinesUpAction
editor.action.moveSelectionToNextFindMatch
editor.action.moveSelectionToPreviousFindMatch
editor.action.nextCommentThreadAction
editor.action.nextMatchFindAction
editor.action.nextSelectionMatchFindAction
editor.action.onTypeRename
editor.action.openDeclarationToTheSide
editor.action.openLink
editor.action.organizeImports
editor.action.outdentLines
editor.action.peekDeclaration
editor.action.peekDefinition
editor.action.peekImplementation
editor.action.peekLocations
editor.action.peekTypeDefinition
editor.action.previewDeclaration
editor.action.previousMatchFindAction
editor.action.previousSelectionMatchFindAction
editor.action.quickFix
editor.action.refactor
editor.action.referenceSearch.trigger
editor.action.reindentlines
editor.action.reindentselectedlines
editor.action.removeCommentLine
editor.action.rename
editor.action.replaceAll
editor.action.replaceOne
editor.action.revealDeclaration
editor.action.revealDefinition
editor.action.revealDefinitionAside
editor.action.selectAll
editor.action.selectAllMatches
editor.action.selectHighlights
editor.action.selectToBracket
editor.action.showAccessibilityHelp
editor.action.showContextMenu
editor.action.showDefinitionPreviewHover
editor.action.showHover
editor.action.showReferences
editor.action.showSnippets
editor.action.smartSelect.expand
editor.action.smartSelect.grow
editor.action.smartSelect.shrink
editor.action.sortLinesAscending
editor.action.sortLinesDescending
editor.action.sourceAction
editor.action.startDebugTextMate
editor.action.startFindReplaceAction
editor.action.toggleColumnSelection
editor.action.toggleMinimap
editor.action.toggleRenderControlCharacter
editor.action.toggleRenderWhitespace
editor.action.toggleTabFocusMode
editor.action.toggleWordWrap
editor.action.transformToLowercase
editor.action.transformToTitlecase
editor.action.transformToUppercase
editor.action.transpose
editor.action.transposeLetters
editor.action.triggerParameterHints
editor.action.triggerSuggest
editor.action.trimTrailingWhitespace
editor.action.webvieweditor.copy
editor.action.webvieweditor.cut
editor.action.webvieweditor.paste
editor.action.webvieweditor.redo
editor.action.webvieweditor.undo
editor.action.wordHighlight.next
editor.action.wordHighlight.prev
editor.action.wordHighlight.trigger
editor.cancelOperation
editor.closeCallHierarchy
editor.debug.action.conditionalBreakpoint
editor.debug.action.goToNextBreakpoint
editor.debug.action.goToPreviousBreakpoint
editor.debug.action.runToCursor
editor.debug.action.selectionToRepl
editor.debug.action.selectionToWatch
editor.debug.action.showDebugHover
editor.debug.action.toggleBreakpoint
editor.debug.action.toggleInlineBreakpoint
editor.debug.action.toggleLogPoint
editor.emmet.action.expandAbbreviation
editor.fold
editor.foldAll
editor.foldAllBlockComments
editor.foldAllMarkerRegions
editor.foldLevel1
editor.foldLevel2
editor.foldLevel3
editor.foldLevel4
editor.foldLevel5
editor.foldLevel6
editor.foldLevel7
editor.foldRecursively
editor.gotoNextSymbolFromResult
editor.gotoNextSymbolFromResult.cancel
editor.refocusCallHierarchy
editor.showCallHierarchy
editor.toggleCallHierarchy
editor.toggleFold
editor.unfold
editor.unfoldAll
editor.unfoldAllMarkerRegions
editor.unfoldRecursively
editorScroll
execCopy
execCut
execPaste
expandLineSelection
explorer.download
explorer.newFile
explorer.newFolder
explorer.openToSide
explorer.openWith
extension.open
filesExplorer.cancelCut
filesExplorer.copy
filesExplorer.cut
filesExplorer.findInFolder
filesExplorer.findInWorkspace
filesExplorer.openFilePreserveFocus
filesExplorer.paste
firstCompressedFolder
goToNextReference
goToNextReferenceFromEmbeddedEditor
goToPreviousReference
goToPreviousReferenceFromEmbeddedEditor
hideSuggestWidget
history.showNext
history.showPrevious
increaseSearchEditorContextLines
insertBestCompletion
insertNextSuggestion
insertPrevSuggestion
insertSnippet
jumpToNextSnippetPlaceholder
jumpToPrevSnippetPlaceholder
lastCompressedFolder
lastCursorLineSelect
lastCursorLineSelectDrag
lastCursorWordSelect
layoutEditorGroups
leaveEditorMessage
leaveSnippet
lineBreakInsert
list.clear
list.collapse
list.collapseAll
list.expand
list.expandSelectionDown
list.expandSelectionUp
list.focusDown
list.focusFirst
list.focusFirstChild
list.focusLast
list.focusLastChild
list.focusPageDown
list.focusPageUp
list.focusParent
list.focusUp
list.scrollDown
list.scrollLeft
list.scrollRight
list.scrollUp
list.select
list.selectAll
list.toggleExpand
list.toggleFilterOnType
list.toggleKeyboardNavigation
list.toggleSelection
mkdtemp
moveActiveEditor
moveFileToTrash
nextCompressedFolder
notebook.cancelExecution
notebook.cell.cancelExecution
notebook.cell.changeLanguage
notebook.cell.changeToCode
notebook.cell.changeToMarkdown
notebook.cell.clearOutputs
notebook.cell.copy
notebook.cell.copyDown
notebook.cell.copyUp
notebook.cell.cut
notebook.cell.delete
notebook.cell.edit
notebook.cell.execute
notebook.cell.executeAndInsertBelow
notebook.cell.executeAndSelectBelow
notebook.cell.insertCodeCellAbove
notebook.cell.insertCodeCellBelow
notebook.cell.insertMarkdownCellAbove
notebook.cell.insertMarkdownCellBelow
notebook.cell.moveDown
notebook.cell.moveUp
notebook.cell.paste
notebook.cell.pasteAbove
notebook.cell.quitEdit
notebook.cell.save
notebook.clearAllCellsOutputs
notebook.cursorDown
notebook.cursorUp
notebook.execute
notebook.find
notebook.focusBottom
notebook.focusTop
notebook.fold
notebook.format
notebook.hideFind
notebook.redo
notebook.undo
notebook.unfold
openInTerminal
openReference
openReferenceToSide
outdent
paste
perfview.show
previousCompressedFolder
problems.action.clearFilterText
problems.action.copy
problems.action.copyMessage
problems.action.copyRelatedInformationMessage
problems.action.focusFilter
problems.action.focusProblemsFromFilter
problems.action.openToSide
problems.action.showMultilineMessage
problems.action.showQuickFixes
problems.action.showSinglelineMessage
redo
refactorPreview.apply
refactorPreview.discard
refactorPreview.groupByFile
refactorPreview.groupByType
refactorPreview.toggleCheckedState
refactorPreview.toggleGrouping
remote.tunnel.changeLocalPort
remote.tunnel.closeCommandPalette
remote.tunnel.closeInline
remote.tunnel.copyAddressCommandPalette
remote.tunnel.copyAddressInline
remote.tunnel.forwardCommandPalette
remote.tunnel.forwardInline
remote.tunnel.label
remote.tunnel.open
remote.tunnel.refresh
removeRootFolder
removeSecondaryCursors
renameFile
repl.action.acceptInput
repl.action.copyAll
repl.action.filter
replacePreviousChar
rerunSearchEditorSearch
revealFileInOS
revealInExplorer
revealLine
saveAll
scm.acceptInput
scrollLineDown
scrollLineUp
scrollPageDown
scrollPageUp
search.action.cancel
search.action.clearHistory
search.action.clearSearchResults
search.action.collapseSearchResults
search.action.copyAll
search.action.copyMatch
search.action.copyPath
search.action.expandSearchResults
search.action.focusNextSearchResult
search.action.focusPreviousSearchResult
search.action.focusQueryEditorWidget
search.action.focusSearchFromResults
search.action.focusSearchList
search.action.openInEditor
search.action.openNewEditor
search.action.openNewEditorToSide
search.action.openResultToSide
search.action.refreshSearchResults
search.action.remove
search.action.replace
search.action.replaceAll
search.action.replaceAllInFile
search.action.replaceAllInFolder
search.action.revealInSideBar
search.focus.nextInputBox
search.focus.previousInputBox
selectAll
selectAllSearchEditorMatches
selectFirstSuggestion
selectForCompare
selectLastSuggestion
selectNextPageSuggestion
selectNextSuggestion
selectPrevPageSuggestion
selectPrevSuggestion
setContext
setSelection
showNextParameterHint
showPrevParameterHint
tab
toggle.diff.ignoreTrimWhitespace
toggle.diff.renderSideBySide
toggleEscapeSequenceLogging
toggleExplainMode
toggleFindCaseSensitive
toggleFindInSelection
toggleFindRegex
toggleFindWholeWord
togglePeekWidgetFocus
toggleSearchCaseSensitive
toggleSearchEditorCaseSensitive
toggleSearchEditorContextLines
toggleSearchEditorRegex
toggleSearchEditorWholeWord
toggleSearchRegex
toggleSearchWholeWord
toggleSuggestionDetails
toggleSuggestionFocus
type
undo
update.checkForVSCodeUpdate
update.showCurrentReleaseNotes
vscode.diff
vscode.newWindow
vscode.open
vscode.openFolder
vscode.openWith
vscode.removeFromRecentlyOpened
vscode.setEditorLayout
workbench.action.acceptSelectedQuickOpenItem
workbench.action.addComment
workbench.action.addRootFolder
workbench.action.alternativeAcceptSelectedQuickOpenItem
workbench.action.clearCommandHistory
workbench.action.clearEditorHistory
workbench.action.clearRecentFiles
workbench.action.closeActiveEditor
workbench.action.closeAllEditors
workbench.action.closeAllGroups
workbench.action.closeEditorInAllGroups
workbench.action.closeEditorsAndGroup
workbench.action.closeEditorsInGroup
workbench.action.closeEditorsInOtherGroups
workbench.action.closeEditorsToTheLeft
workbench.action.closeEditorsToTheRight
workbench.action.closeFolder
workbench.action.closeGroup
workbench.action.closeOtherEditors
workbench.action.closePanel
workbench.action.closeQuickOpen
workbench.action.closeSidebar
workbench.action.closeUnmodifiedEditors
workbench.action.closeWindow
workbench.action.compareEditor.nextChange
workbench.action.compareEditor.previousChange
workbench.action.configureLocale
workbench.action.configureRuntimeArguments
workbench.action.debug.configure
workbench.action.debug.continue
workbench.action.debug.disconnect
workbench.action.debug.pause
workbench.action.debug.restart
workbench.action.debug.restartFrame
workbench.action.debug.reverseContinue
workbench.action.debug.run
workbench.action.debug.selectandstart
workbench.action.debug.start
workbench.action.debug.stepBack
workbench.action.debug.stepInto
workbench.action.debug.stepOut
workbench.action.debug.stepOver
workbench.action.debug.stop
workbench.action.debug.terminateThread
workbench.action.decreaseViewSize
workbench.action.duplicateWorkspaceInNewWindow
workbench.action.editor.changeEOL
workbench.action.editor.changeEncoding
workbench.action.editor.changeLanguageMode
workbench.action.editor.nextChange
workbench.action.editor.previousChange
workbench.action.editorLayoutSingle
workbench.action.editorLayoutThreeColumns
workbench.action.editorLayoutThreeRows
workbench.action.editorLayoutTwoByTwoGrid
workbench.action.editorLayoutTwoColumns
workbench.action.editorLayoutTwoColumnsBottom
workbench.action.editorLayoutTwoRows
workbench.action.editorLayoutTwoRowsRight
workbench.action.evenEditorWidths
workbench.action.exitZenMode
workbench.action.files.copyPathOfActiveFile
workbench.action.files.newUntitledFile
workbench.action.files.openFileFolder
workbench.action.files.openFileFolderInNewWindow
workbench.action.files.openFileInNewWindow
workbench.action.files.openFolderInNewWindow
workbench.action.files.openLocalFileFolder
workbench.action.files.revealActiveFileInWindows
workbench.action.files.revert
workbench.action.files.save
workbench.action.files.saveAll
workbench.action.files.saveAs
workbench.action.files.saveFiles
workbench.action.files.saveLocalFile
workbench.action.files.saveWithoutFormatting
workbench.action.files.showOpenedFileInNewWindow
workbench.action.findInFiles
workbench.action.firstEditorInGroup
workbench.action.focusAboveGroup
workbench.action.focusActiveEditorGroup
workbench.action.focusBelowGroup
workbench.action.focusCommentsPanel
workbench.action.focusEighthEditorGroup
workbench.action.focusFifthEditorGroup
workbench.action.focusFirstEditorGroup
workbench.action.focusFourthEditorGroup
workbench.action.focusLastEditorGroup
workbench.action.focusLeftGroup
workbench.action.focusNextGroup
workbench.action.focusNextPart
workbench.action.focusPanel
workbench.action.focusPreviousGroup
workbench.action.focusPreviousPart
workbench.action.focusQuickOpen
workbench.action.focusRightGroup
workbench.action.focusSecondEditorGroup
workbench.action.focusSeventhEditorGroup
workbench.action.focusSideBar
workbench.action.focusSixthEditorGroup
workbench.action.focusThirdEditorGroup
workbench.action.generateColorTheme
workbench.action.gotoLine
workbench.action.gotoSymbol
workbench.action.hideComment
workbench.action.hideInterfaceOverview
workbench.action.increaseViewSize
workbench.action.inspectContextKeys
workbench.action.inspectKeyMappings
workbench.action.inspectKeyMappingsJSON
workbench.action.installCommandLine
workbench.action.interactivePlayground.arrowDown
workbench.action.interactivePlayground.arrowUp
workbench.action.interactivePlayground.pageDown
workbench.action.interactivePlayground.pageUp
workbench.action.joinAllGroups
workbench.action.joinTwoGroups
workbench.action.keepEditor
workbench.action.keybindingsReference
workbench.action.lastEditorInGroup
workbench.action.logStorage
workbench.action.logWorkingCopies
workbench.action.manageTrustedDomain
workbench.action.maximizeEditor
workbench.action.mergeAllWindowTabs
workbench.action.minimizeOtherEditors
workbench.action.moveActiveEditorGroupDown
workbench.action.moveActiveEditorGroupLeft
workbench.action.moveActiveEditorGroupRight
workbench.action.moveActiveEditorGroupUp
workbench.action.moveEditorLeftInGroup
workbench.action.moveEditorRightInGroup
workbench.action.moveEditorToAboveGroup
workbench.action.moveEditorToBelowGroup
workbench.action.moveEditorToFirstGroup
workbench.action.moveEditorToLastGroup
workbench.action.moveEditorToLeftGroup
workbench.action.moveEditorToNextGroup
workbench.action.moveEditorToPreviousGroup
workbench.action.moveEditorToRightGroup
workbench.action.moveFocusedView
workbench.action.moveWindowTabToNewWindow
workbench.action.navigateBack
workbench.action.navigateDown
workbench.action.navigateEditorGroups
workbench.action.navigateForward
workbench.action.navigateLast
workbench.action.navigateLeft
workbench.action.navigateRight
workbench.action.navigateToLastEditLocation
workbench.action.navigateUp
workbench.action.newGroupAbove
workbench.action.newGroupBelow
workbench.action.newGroupLeft
workbench.action.newGroupRight
workbench.action.newWindow
workbench.action.newWindowTab
workbench.action.nextEditor
workbench.action.nextEditorInGroup
workbench.action.nextPanelView
workbench.action.nextSideBarView
workbench.action.openActiveLogOutputFile
workbench.action.openDocumentationUrl
workbench.action.openEditorAtIndex
workbench.action.openEditorAtIndex1
workbench.action.openEditorAtIndex2
workbench.action.openEditorAtIndex3
workbench.action.openEditorAtIndex4
workbench.action.openEditorAtIndex5
workbench.action.openEditorAtIndex6
workbench.action.openEditorAtIndex7
workbench.action.openEditorAtIndex8
workbench.action.openEditorAtIndex9
workbench.action.openExtensionLogsFolder
workbench.action.openIntroductoryVideosUrl
workbench.action.openIssueReporter
workbench.action.openLicenseUrl
workbench.action.openLogFile
workbench.action.openLogsFolder
workbench.action.openNewsletterSignupUrl
workbench.action.openNextRecentlyUsedEditor
workbench.action.openNextRecentlyUsedEditorInGroup
workbench.action.openPreviousEditorFromHistory
workbench.action.openPreviousRecentlyUsedEditor
workbench.action.openPreviousRecentlyUsedEditorInGroup
workbench.action.openPrivacyStatementUrl
workbench.action.openProcessExplorer
workbench.action.openRecent
workbench.action.openRequestFeatureUrl
workbench.action.openSnippets
workbench.action.openTipsAndTricksUrl
workbench.action.openTwitterUrl
workbench.action.openView
workbench.action.openWorkspace
workbench.action.openWorkspaceConfigFile
workbench.action.openWorkspaceInNewWindow
workbench.action.output.toggleOutput
workbench.action.positionPanelBottom
workbench.action.positionPanelLeft
workbench.action.positionPanelRight
workbench.action.previousEditor
workbench.action.previousEditorInGroup
workbench.action.previousPanelView
workbench.action.previousSideBarView
workbench.action.problems.focus
workbench.action.quickInputBack
workbench.action.quickOpen
workbench.action.quickOpenLeastRecentlyUsedEditor
workbench.action.quickOpenLeastRecentlyUsedEditorInGroup
workbench.action.quickOpenNavigateNext
workbench.action.quickOpenNavigateNextInEditorPicker
workbench.action.quickOpenNavigateNextInFilePicker
workbench.action.quickOpenNavigateNextInRecentFilesPicker
workbench.action.quickOpenNavigateNextInTerminalPicker
workbench.action.quickOpenNavigateNextInViewPicker
workbench.action.quickOpenNavigatePrevious
workbench.action.quickOpenNavigatePreviousInEditorPicker
workbench.action.quickOpenNavigatePreviousInFilePicker
workbench.action.quickOpenNavigatePreviousInRecentFilesPicker
workbench.action.quickOpenNavigatePreviousInTerminalPicker
workbench.action.quickOpenNavigatePreviousInViewPicker
workbench.action.quickOpenPreviousEditor
workbench.action.quickOpenPreviousRecentlyUsedEditor
workbench.action.quickOpenPreviousRecentlyUsedEditorInGroup
workbench.action.quickOpenRecent
workbench.action.quickOpenSelectNext
workbench.action.quickOpenSelectPrevious
workbench.action.quickOpenTerm
workbench.action.quickOpenView
workbench.action.quickPickManyToggle
workbench.action.quickSwitchWindow
workbench.action.quit
workbench.action.reloadWindow
workbench.action.reloadWindowWithExtensionsDisabled
workbench.action.removeRootFolder
workbench.action.reopenClosedEditor
workbench.action.replaceInFiles
workbench.action.reportPerformanceIssueUsingReporter
workbench.action.resetFocusedViewLocation
workbench.action.resetViewLocations
workbench.action.restartExtensionHost
workbench.action.revertAndCloseActiveEditor
workbench.action.saveWorkspaceAs
workbench.action.search.toggleQueryDetails
workbench.action.searchEditor.deleteResultBlock
workbench.action.selectIconTheme
workbench.action.selectProductIconTheme
workbench.action.selectTheme
workbench.action.setLogLevel
workbench.action.showAboutDialog
workbench.action.showAllEditors
workbench.action.showAllEditorsByMostRecentlyUsed
workbench.action.showAllSymbols
workbench.action.showCommands
workbench.action.showEditorsInActiveGroup
workbench.action.showEditorsInGroup
workbench.action.showEmmetCommands
workbench.action.showErrorsWarnings
workbench.action.showInteractivePlayground
workbench.action.showInterfaceOverview
workbench.action.showLogs
workbench.action.showNextWindowTab
workbench.action.showPreviousWindowTab
workbench.action.showRuntimeExtensions
workbench.action.showWelcomePage
workbench.action.splitEditor
workbench.action.splitEditorDown
workbench.action.splitEditorLeft
workbench.action.splitEditorOrthogonal
workbench.action.splitEditorRight
workbench.action.splitEditorUp
workbench.action.submitComment
workbench.action.switchWindow
workbench.action.tasks.manageAutomaticRunning
workbench.action.terminal.clearSelection
workbench.action.terminal.findNext
workbench.action.terminal.findPrevious
workbench.action.terminal.focus
workbench.action.terminal.focusFind
workbench.action.terminal.focusNext
workbench.action.terminal.focusNextPane
workbench.action.terminal.focusPrevious
workbench.action.terminal.focusPreviousPane
workbench.action.terminal.hideFind
workbench.action.terminal.kill
workbench.action.terminal.manageWorkspaceShellPermissions
workbench.action.terminal.navigationModeExit
workbench.action.terminal.navigationModeFocusNext
workbench.action.terminal.navigationModeFocusPrevious
workbench.action.terminal.new
workbench.action.terminal.newInActiveWorkspace
workbench.action.terminal.newWithCwd
workbench.action.terminal.openNativeConsole
workbench.action.terminal.relaunch
workbench.action.terminal.rename
workbench.action.terminal.renameWithArg
workbench.action.terminal.resizePaneDown
workbench.action.terminal.resizePaneLeft
workbench.action.terminal.resizePaneRight
workbench.action.terminal.resizePaneUp
workbench.action.terminal.runActiveFile
workbench.action.terminal.runSelectedText
workbench.action.terminal.scrollDown
workbench.action.terminal.scrollDownPage
workbench.action.terminal.scrollToBottom
workbench.action.terminal.scrollToNextCommand
workbench.action.terminal.scrollToPreviousCommand
workbench.action.terminal.scrollToTop
workbench.action.terminal.scrollUp
workbench.action.terminal.scrollUpPage
workbench.action.terminal.selectAll
workbench.action.terminal.selectToNextCommand
workbench.action.terminal.selectToNextLine
workbench.action.terminal.selectToPreviousCommand
workbench.action.terminal.selectToPreviousLine
workbench.action.terminal.sendSequence
workbench.action.terminal.showEnvironmentInformation
workbench.action.terminal.toggleFindCaseSensitive
workbench.action.terminal.toggleFindRegex
workbench.action.terminal.toggleFindWholeWord
workbench.action.terminal.toggleTerminal
workbench.action.toggleActivityBarVisibility
workbench.action.toggleAutoSave
workbench.action.toggleCenteredLayout
workbench.action.toggleDevTools
workbench.action.toggleEditorGroupLayout
workbench.action.toggleEditorVisibility
workbench.action.toggleEditorWidths
workbench.action.toggleFullScreen
workbench.action.toggleMaximizedPanel
workbench.action.toggleMultiCursorModifier
workbench.action.togglePanel
workbench.action.toggleScreencastMode
workbench.action.toggleSearchOnType
workbench.action.toggleSharedProcess
workbench.action.toggleSidebarPosition
workbench.action.toggleSidebarVisibility
workbench.action.toggleStatusbarVisibility
workbench.action.toggleTabsVisibility
workbench.action.toggleWindowTabsBar
workbench.action.toggleZenMode
workbench.action.uninstallCommandLine
workbench.action.url.openUrl
workbench.action.zoomIn
workbench.action.zoomOut
workbench.action.zoomReset
workbench.actions.view.problems
workbench.actions.view.toggleProblems
workbench.debug.action.focusRepl
workbench.debug.action.toggleRepl
workbench.debug.panel.action.clearReplAction
workbench.debug.viewlet.action.addFunctionBreakpointAction
workbench.debug.viewlet.action.disableAllBreakpoints
workbench.debug.viewlet.action.enableAllBreakpoints
workbench.debug.viewlet.action.reapplyBreakpointsAction
workbench.debug.viewlet.action.removeAllBreakpoints
workbench.extensions.action.checkForUpdates
workbench.extensions.action.configure
workbench.extensions.action.copyExtension
workbench.extensions.action.copyExtensionId
workbench.extensions.action.debugExtensionHost
workbench.extensions.action.disableAll
workbench.extensions.action.disableAllWorkspace
workbench.extensions.action.disableAutoUpdate
workbench.extensions.action.enableAll
workbench.extensions.action.enableAllWorkspace
workbench.extensions.action.enableAutoUpdate
workbench.extensions.action.extensionHostProfile
workbench.extensions.action.install.specificVersion
workbench.extensions.action.installExtensions
workbench.extensions.action.installVSIX
workbench.extensions.action.listBuiltInExtensions
workbench.extensions.action.listOutdatedExtensions
workbench.extensions.action.manageAuthorizedExtensionURIs
workbench.extensions.action.reinstall
workbench.extensions.action.saveExtensionHostProfile
workbench.extensions.action.showAzureExtensions
workbench.extensions.action.showDisabledExtensions
workbench.extensions.action.showEnabledExtensions
workbench.extensions.action.showExtensionsForLanguage
workbench.extensions.action.showExtensionsWithIds
workbench.extensions.action.showInstalledExtensions
workbench.extensions.action.showLanguageExtensions
workbench.extensions.action.showPopularExtensions
workbench.extensions.action.showRecommendedExtensions
workbench.extensions.action.showRecommendedKeymapExtensions
workbench.extensions.action.stopExtensionHostProfile
workbench.extensions.action.toggleIgnoreExtension
workbench.extensions.action.updateAllExtensions
workbench.extensions.installExtension
workbench.extensions.search
workbench.extensions.uninstallExtension
workbench.files.action.acceptLocalChanges
workbench.files.action.collapseExplorerFolders
workbench.files.action.compareFileWith
workbench.files.action.compareWithClipboard
workbench.files.action.compareWithSaved
workbench.files.action.focusFilesExplorer
workbench.files.action.refreshFilesExplorer
workbench.files.action.reopenWithEditor
workbench.files.action.revertLocalChanges
workbench.files.action.saveAllInGroup
workbench.files.action.showActiveFileInExplorer
workbench.files.action.toggleEditorType
workbench.output.action.clearOutput
workbench.output.action.switchBetweenOutputs
workbench.output.action.toggleAutoScroll
workbench.userData.actions.openSyncBackupsFolder
workbench.view.debug
workbench.view.explorer
workbench.view.extensions
workbench.view.remote
workbench.view.scm
workbench.view.search
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment