| Import From SVN… |
import.svn |
| Import From Git… |
import.git |
| Import From Local Directory… |
workbench.action.files.openFolder |
| Reveal In Finder |
revealFileInOS |
| Open In Terminal |
revealFileInTerminal |
| Local History |
workbench.action.files.localHistory |
| Code Assistant: Activate the code assistant |
editor.action.triggerSuggest |
| Code Assistant: Activate parameter hints |
Trigger Parameter Hints |
| New Tab 【Double-click the blank on the right side of the tab】 |
workbench.action.files.newUntitledFile |
| Close Tab |
workbench.action.closeActiveEditor |
| Close the Right Tab |
workbench.action.closeRightEditor |
| Close Other Tabs |
workbench.action.closeOtherEditors |
| Close All the Saved Tabs |
workbench.action.closeAllSavedEditors |
| Close All Tabs |
workbench.action.closeAllEditors |
| Switch to Left Tab |
workbench.action.leftTab |
| Switch to Right Tab |
workbench.action.rightTab |
| Move Tab to the Left |
workbench.action.moveEditorLeftInGroup |
| Move Tab to the Right |
workbench.action.moveEditorRightInGroup |
| Show the First Tab |
workbench.action.openEditorAtIndex1 |
| Show the Second Tab |
workbench.action.openEditorAtIndex2 |
| Show the Third Tab |
workbench.action.openEditorAtIndex3 |
| Show the Fourth Tab |
workbench.action.openEditorAtIndex4 |
| Show the Fifth Tab |
workbench.action.openEditorAtIndex5 |
| Show the Sixth Tab |
workbench.action.openEditorAtIndex6 |
| Show the Seventh Tab |
workbench.action.openEditorAtIndex7 |
| Show the Eighth Tab |
workbench.action.openEditorAtIndex8 |
| Show the Ninth Tab |
workbench.action.openEditorAtIndex9 |
| Show the End Tab |
workbench.action.openEditorAtIndex0 |
| Open File… |
workbench.action.files.openFile |
| Open Directory… |
workbench.action.files.openFolder |
| Restore closed tabs |
workbench.action.reopenClosedEditor |
| Clear the list of closed files |
workbench.action.clearHistoryFiles |
| Save |
workbench.action.files.save |
| Save As… |
workbench.action.files.saveAs |
| Save All |
workbench.action.files.saveAll |
| Reopen Project: Clear the History List |
workbench.action.clearHistoryProjects |
| Reveal In Finder |
revealFileInOS |
| Undo |
undo |
| Redo |
redo |
| Copy Selection or Current Line |
editor.action.clipboardCopyAction |
| Cut selection or current line |
editor.action.clipboardCutAction |
| Swap Letter/Selection/Line |
editor.action.swichSelectionOrLine |
| Copy File Path |
editor.action.clipboardCopyPathAction |
| Paste |
editor.action.clipboardPasteAction |
| Paste as Html |
editor.action.clipboardPasteAsHTML |
| Paste From History |
editor.action.clipboardPasteFromHistory |
| Format: Format Document |
editor.action.format |
| Format: Join Lines |
editor.action.joinLines |
| Move Lines Up |
editor.action.moveLinesUpAction |
| Move Lines Down |
editor.action.moveLinesDownAction |
| Delete Line |
editor.action.deleteLines |
| Left Delete Word |
deleteWordLeft |
| Right Delete Word |
deleteWordRight |
| Left Delete Hump Word |
deleteWordPartLeft |
| Right Delete Hump Word |
deleteWordPartRight |
| Delete to Start of Line |
deleteLineLeft |
| Delete to End of Line |
deleteLineRight |
| Delete Blank Spaces at the End of the Line |
editor.action.triggerDeleteLineEndSpace |
| Insert Line Below |
editor.action.insertLineAfter |
| Insert Line Aboce |
editor.action.insertLineBefore |
| Insert the Current Row or Selection Repeatedly |
editor.action.duplicate |
| Sourround |
editor.action.SurroundBylanguage |
| Anti-Sourround |
editor.action.UnSurroundBylanguage |
| Bold |
editor.action.bold |
| Comment Line/Uncomment |
editor.action.commentLine |
| Block Comment |
editor.action.blockCommentLine |
| Conditional Compilation Ifdef |
editor.action.CommentIfdef |
| Conditional Compilation Ifndef |
editor.action.CommentIfndef |
| Ordered List Symbol |
editor.action.orderListSymbols |
| - Unordered List Symbol |
editor.action.unOrderListSymbolsByMinus |
| * Unordered List Symbol |
editor.action.unOrderListSymbolsByMultiply |
| + Unordered List Symbol |
editor.action.unOrderListSymbolsByPlus |
| Task List Symbol |
editor.action.taskListSymbols |
| Finished Task List Symbol |
editor.action.taskFinishListSymbols |
| Quote List Symbol |
editor.action.quoteListSymbols |
| Convert Document Line Breaks to \r\n |
editor.action.windows |
| Convert Document Line Breaks to \r |
editor.action.macos |
| Convert Document Line Breaks to \n |
editor.action.unix |
| Indentation:Indent to the Right |
tab |
| Indentation:Indent to the Left |
outdent |
| Upper Case |
editor.action.transformToUppercase |
| Lower Case |
editor.action.transformToLowercase |
| Title Case |
editor.action.transformToTitlecase |
| Select All |
editor.action.selectAll |
| Select Left |
cursorLeftSelect |
| Select Right |
cursorRightSelect |
| Select Up |
cursorUpSelect |
| Select Down |
cursorDownSelect |
| Select Left Word |
cursorWordStartLeftSelect |
| Select Right Word |
cursorWordEndRightSelect |
| Select a Hump Word to the Left |
cursorWordPartLeftSelect |
| Select a Hump Word to the Right |
cursorWordPartRightSelect |
| Select to Home of Line Shift+Home |
cursorHomeSelect |
| Select to End of Line Shift+End |
cursorEndSelect |
| Select to Start of Line |
cursorHomeDirectSelect |
| Select to End of Line |
cursorEndDirectSelect |
| Select to Start of Section |
cursorLineStartSelect |
| Select to End of Section |
cursorLineEndSelect |
| Select to Page Up PgUp |
cursorPageUpSelect |
| Select to Page Down PgDown |
cursorPageDownSelect |
| Select to Top of Page Ctrl+Shift+Home |
cursorTopSelect |
| Select to End of Page Ctrl+Shift+End |
cursorBottomSelect |
| Expand Selection |
editor.action.expandSelection |
| Expand Selection to Both Sides |
editor.action.expandSelectionTwoSides |
| Shrink Selection from Both Sides |
editor.action.narrowSelectionTwoSides |
| Select Next Occurrences |
editor.action.addSelectionToNextFindMatch |
| Select All Occurrences |
editor.action.selectAllSameWord |
| Select All Reference Symbols |
editor.action.SelectSameWordByLan |
| Skip Current Selection and Select The Next Same Word |
editor.action.skipSelectionAndSelectNext |
| Expand Selection to Line 【Single click line number or triple clicks current line】 |
expandLineSelection |
| Expand Selection to Soft Line【Double-click the end of line】 |
editor.action.selectLineNoBlankStr |
| Expand Selection to Brackets【Double-click the inside of the bracket, press Alt to select the outside of the bracket】 |
editor.action.selectMatchBracket |
| Expand Selection to Quotation 【Double-click the inside of the bracket, press Alt to select the outside of the quotation】 |
editor.action.selectMatchQuote |
| Expand Selection to Folding 【Double-click the blank character at the beginning of the line】 |
editor.action.selectFold |
| Expand Selection to Same Indented Line |
editor.action.selectSameIndentationLine |
| Add Previous Line |
editor.action.insertCursorAbove |
| Add Next Line |
editor.action.insertCursorBelow |
| Add Cursors on Both Sides of the Selection |
editor.action.setCursorSurroundSel |
| Add Cursor at the Start of Each Line |
editor.action.setCursorEachLine |
| Drop Previous Selection or Cursor |
editor.action.undoSelection |
| Find: Find File |
workbench.action.quickOpen |
| Find: Find |
actions.find |
| Find: Find in Files |
workbench.action.findInFiles |
| Find: Replace |
editor.action.startFindReplaceAction |
| Find: Find Next |
editor.action.nextSelectionMatchFindAction |
| Find: Find Previous |
editor.action.previousSelectionMatchFindAction |
| Find Symbol in Editor |
actions.quickFind |
| Cursor Left |
cursorLeft |
| Cursor Down |
cursorDown |
| Cursor Up |
cursorUp |
| Cursor Right |
cursorRight |
| Cursor Left One Word |
cursorWordStartLeft |
| Cursor Right One Word |
cursorWordEndRight |
| Cursor Left One Hump Word |
cursorWordPartLeft |
| Cursor Right One Hump Word |
cursorWordPartRight |
| Cursor to the Start of the Soft Line |
cursorHome |
| Cursor to the End of the Soft Line |
cursorEnd |
| Cursor to the Start of Line |
cursorLineStart |
| Cursor to the End of Line |
cursorLineEnd |
| Cursor to the Previous Section(Empty line to split the section) |
cursorParaUp |
| Cursor to the Next Section(Empty line to split the section) |
cursorParaDown |
| Cursor to Page Up |
cursorPageUp |
| Cursor to Page Down |
cursorPageDown |
| Cursor to Page Top |
cursorTop |
| Cursor to Page End |
cursorBottom |
| Previous Postion |
workbench.action.navigateBack |
| Next Postion |
workbench.action.navigateForward |
| Go to Line |
workbench.action.gotoLine |
| Go to Matching Bracket |
editor.action.jumpToBracket |
| Set/Cancel Bookmark |
workbench.action.toggleBookmark |
| Next Bookmark |
workbench.action.nextBookmark |
| Previous Bookmark |
workbench.action.prevBookmark |
| Clear All Bookmarks |
workbench.action.clearBookmarks |
| Goto Next Bookmark |
workbench.action.nextBookmark |
| Goto Next Search Result |
editor.action.nextSelectionMatchFindAction |
| Goto Next Syntax Error |
workbench.action.nextError |
| Fold |
workbench.action.foldLineContract |
| Expand |
workbench.action.foldLineExpand |
| Fold Child Line |
workbench.action.foldChildrenContract |
| Expand Child Line |
workbench.action.foldChildrenExpand |
| Fold All |
workbench.action.foldAllContract |
| Expand All |
workbench.action.foldAllExpand |
| Fold Region |
workbench.action.foldContractOther |
| Go to Definition |
workbench.action.gotoDefinition |
| Go to Definition【Ctrl+Alt+Click】 |
workbench.action.gotoDefinitionWithPane |
| Go to Definition【Command+Alt+Click】 |
workbench.action.gotoDefinitionWithPane |
| Build: Mobile App - Cloud Packaging |
project.action.app.pack |
| Build: Mobile App - View Status of Cloud Packaging |
project.action.app.status |
| Build: Generate Local Packaged App Resources |
project.action.app.export.app |
| Build: Local Packaging Guide for Android… |
workbench.action.openAndroidPackageGuide |
| Build: Local Packaging Guide for IOS… |
workbench.action.openIOSPackageGuide |
| Build: Mobile App - Export WGT Resources |
project.action.app.export.wgt.app |
| Build: Mini-Program - WeChat(For uni-app Only) |
project.action.app.publish.weapp |
| Build: Mini-Program - BaiDu(For uni-app Only) |
project.action.app.publish.baiduapp |
| Build: Mini-Program - AliPay(For uni-app Only) |
project.action.app.publish.alipayapp |
| Build: Mini-Program - ByteDance(For uni-app Only) |
project.action.app.publish.bytedanceapp |
| Build: Mini-Program - QQ(For uni-app Only) |
project.action.app.publish.qqapp |
| Build: Mini-Program - 360(For uni-app Only) |
project.action.app.publish.360app |
| Build: QuickApp - HuaWei(For uni-app Only) |
project.action.app.publish.huaweiapp |
| Build: QuickApp - Union(For uni-app Only) |
project.action.app.publish.quickappunion |
| Build: Web - H5(For uni-app Only) |
project.action.app.publish.html5 |
| Build: Generated Unified Publishing Page |
project.action.app.publish.app |
| Build: Upload Website to Server |
project.action.app.publish.statichosting |
| Build: View Server Web Files |
project.action.view.statichosting |
| Goto Page.json (uni-app) |
workbench.action.openPageJsonFile |
| View: Minimize |
workbench.action.minimize |
| View: New Window |
workbench.action.newWindow |
| View: Switch to Pure Mode |
workbench.action.pureMode |
| View: Switch to No Disturb Mode |
workbench.action.distanceFreeMode |
| View: Focus on Editor |
workbench.action.focusEditor |
| View: Focus on Project Explorer |
workbench.view.explorer |
| View: Show/Hide Left Side |
workbench.action.toggleSidebarVisibility |
| View: Show/Hide Outline |
editor.action.triggerOutline |
| View: Show/Hide Toolbar |
workbench.action.toggleToolbarVisibility |
| View: Show/Hide Built-in Browser |
workbench.action.togglePreviewBrowserVisibility |
| View: Show/Hide Minimap |
editor.action.toggleMinimap |
| View: Show/Hide Status Bar |
workbench.action.toggleStatusbarVisibility |
| View: Show/Hide Console |
workbench.debug.action.toggleRepl |
| View: Show/Hide Terminal |
workbench.action.tiggleTerminal |
| View: Show/Hide Debug View |
workbench.action.toggleRemoteDebug |
| View: Show/Hide Web Hosting |
workbench.action.toggleUniCloudView |
| Console: Clear Log |
workbench.console.action.clearLog |
| Console: Lock |
workbench.console.action.lock |
| Console: Select All |
workbench.console.action.selectAll |
| Console: Copy |
workbench.console.action.copy |
| Show/Hide Line Number |
editor.action.toggleRenderLineNumber |
| Show/Hide Indentation |
editor.action.toggleRenderIndentReference |
| Displays Whitespace Characters When Highlighted |
editor.action.toggleRenderWhitespace |
| Word Wrap |
editor.action.toggleWordWrap |
| Split: Single Column |
workbench.action.split1e |
| Split: 2 left and right columns |
workbench.action.split2e |
| Split: 3 left and right columns |
workbench.action.split3e |
| Split: 4 Grid |
workbench.action.split4grid |
| Split: 2 columns up and down |
workbench.action.split2row |
| Split: 3 columns up and down |
workbench.action.split3row |
| Split: Focus on the left column |
workbench.action.prevpane |
| Split: Focus on the right column |
workbench.action.nextpane |
| Zoom In【Ctrl+Scroll Mouse Up】 |
workbench.action.zoomIn |
| Zoom out【Ctrl+Scroll Mouse Down】 |
workbench.action.zoomOut |
| Performances |
workbench.action.openGlobalSettings |
| Custom Keybindings |
workbench.action.openGlobalKeybindings |
| Reload Snippets |
workbench.action.reloadSnippets |
| Custom Other Language Snippets… |
workbench.action.newSnippet |
| Custom Snippet Tutorial… |
snippet.help |
| No Icon |
tool.action.explorericon.none |
| Validate Document |
editor.action.validation |
| Started Tutorial… |
workbench.action.openTutorial |
| Markdown Help |
workbench.action.openmarkdownhelp |
| Developer Dcloud Console… |
workbench.action.openusercenter |
| Plug-in Installation |
update.openPluginDialog |
| Mail Feedback |
workbench.action.feedback |
| DCloud Forums … |
workbench.action.openForum |
| Feature Requests … |
workbench.action.openwish |
| View Running Logs |
workbench.action.openlog |
| Release Notes |
update.showCurrentReleaseNotes |
| Check for Updates |
update.checkForUpdate |
| License |
workbench.action.openLicense |
| Readme |
workbench.action.openReadme |
| Sponsor Us … |
workbench.action.opensponsor |
| About… |
app.action.quit |
| uniCloud: Upload and deploy cloud functions |
cloud.function.upload.deploy |
| HBuilderX svn: Update |
ExternalcommandId:SVN_UPDATE |
| HBuilderX svn: Commit |
ExternalcommandId:SVN_COMMIT |
| HBuilderX svn: Check the modified content |
ExternalcommandId:SVN_REPOSTATUS |
| HBuilderX svn: Log |
ExternalcommandId:SVN_LOG |
| HBuilderX svn: Delete Current File(Single File) |
ExternalcommandId:SVN_REMOVE |
| HBuilderX svn: Add File(Single File) |
ExternalcommandId:SVN_ADD |
| HBuilderX svn: Revert(revert) |
ExternalcommandId:SVN_REVERT |
| HBuilderX git: Sync |
ExternalcommandId:GIT_SYNC |
| HBuilderX git: Commit |
ExternalcommandId:GIT_COMMIT |
| HBuilderX git: Compare Selected Files |
ExternalcommandId:GIT_DIFF |
| HBuilderX git: Status |
ExternalcommandId:GIT_REPOSTATUS |
| HBuilderX git: Log |
ExternalcommandId:GIT_LOG |
| HBuilderX git: Delete File(Single File) |
ExternalcommandId:GIT_REMOVE |
| HBuilderX git: Add File(Single File) |
ExternalcommandId:GIT_ADD |
| HBuilderX git: Revert(revert) |
ExternalcommandId:GIT_REVERT |