VSCode keymap

// Coloque sus enlaces de teclado en este archivo para sobrescribir los valores predeterminados. [ // Open toolbar // @extension: none { "key": "ctrl+alt+x", "command": "workbench.action.showCommands", "when": "editorTextFocus" }, // New File // @extension: Simple New File { "key": "alt+cmd+n", "command": "extension.simpleNewFile" } // @extension: Emmet { "key": "ctrl+x ctrl+j", "command": "editor.emmet.action.expandAbbreviation", "when": "config.emmet.triggerExpansionOnTab && editorTextFocus && !editorReadonly && !editorTabMovesFocus" }, // @extension: advanced-new-file extension >=1.2.0 // @deprecated /* { "key": "ctrl+x ctrl+n", "command": "extension.advancedNewFile", }, */ // Needed block-travel extension >=0.0.2 { "key": "ctrl+alt+p", "command": "block-travel.jumpUp", "when": "editorTextFocus" }, { "key": "ctrl+alt+n", "command": "block-travel.jumpDown", "when": "editorTextFocus" }, { "key": "alt+n", "command": "editor.action.addSelectionToNextFindMatch", "when": "editorTextFocus" }, { "key": "alt+m", "command": "editor.action.triggerSuggest", "when": "editorTextFocus" } // Live server extension >=5.1.1 // Material Facebook Theme >=1.1.0 // Halcyon Theme >=0.1.11 // ESLint >=1.5.0 // Apache Conf >=1.1.1 // Emacs Friendly Keymap >=0.8.2 // Material Theme 2.4.2 // One Dark Pro 2.15.4 // One Monokay Theme 0.3.2 // Palenight Theme 1.9.3 // PHP Debug 1.12.5 // PHP Extensions Pack 1.0.2 // PHP IntelliSense 2.3.5 // Sass 1.4.9 // Sea Green Theme 1.1.2 // Spacemacs 1.1.1 // Spanish Language Pack for Visual Studio Code 1.26.3 // Theme Bear 0.0.7 // TWIG pack 1.0.0 ]

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.