visual_studio_code
This is an old revision of the document!
Table of Contents
Visual Studio Code
Settings
{ "cSpell.language": "en-GB", "cSpell.userWords": [ "heise" ], "diffEditor.renderSideBySide": true, "diffEditor.ignoreTrimWhitespace": false, "editor.fontFamily": "'FuraCode Nerd Font', 'Fira Code', Consolas, 'Courier New', monospace", "editor.fontLigatures": true, "editor.fontSize": 12, "editor.renderWhitespace": "all", "editor.showFoldingControls": "always", "emmet.includeLanguages": { "razor": "html", "aspnetcorerazor": "html" }, "vsicons.dontShowNewVersionMessage": true, "window.zoomLevel": 0, "workbench.tree.indent": 14, "files.associations": { "*.gpx": "xml", "*.umap": "json" }, "workbench.colorCustomizations": { "tab.lastPinnedBorder": "#ffffff44" }, "workbench.editor.pinnedTabSizing": "shrink", // Custom settings: => }
Project Settings
- Settings cog → Settings.
- Workspace Settings.
- 'Edit in settings.json' or {} (top left).
{ "workbench.colorCustomizations": { //"statusBar.background": "#00aa00" // Online store //"statusBar.background": "#aa0000" // SDP //"statusBar.background": "#0000aa" // Bin //"statusBar.background": "#00aaaa" // Bookmarks //"statusBar.background": "#aa00aa" // Buckets of funds //"statusBar.background": "#aaaa00" // (Spare) } }
or
"settings": { "workbench.colorTheme": "Solarized Dark", "workbench.colorCustomizations": { "statusBar.foreground": "#fff", //"statusBar.background": "#00aa00" // Bookmarks //"statusBar.background": "#aa0000" // Local //"statusBar.background": "#0000aa" // Stage //"statusBar.background": "#00aaaa" // Regression //"statusBar.background": "#aa00aa" // Sit //"statusBar.background": "#aaaa00" // OAT } }
Keyboard Shortcuts
Favourites
Ctrl + 0 | Focus to Side Bar. |
Ctrl + 1 | Focus to first editor group. |
Ctrl + 2 | Focus to second editor group. |
Ctrl + B | Toggle Side Bar visibility. |
Ctrl + Alt + K | Toggle Bookmark. |
Ctrl + Shift + Alt + K | Toggle labeled Bookmark. |
Ctrl + ` | Toggle Terminal. |
Ctrl + K, Z | Toggle Zen Mode. |
Ctrl + Win + F11 (Visual Studio) | Open file in Visual Studio Code. |
Customs
// Place your key bindings in this file to overwrite the defaults [ { "key": "ctrl+shift+f4", "command": "workbench.action.closeOtherEditors" }, { "key": "ctrl+shift+alt+k", "command": "bookmarks.toggleLabeled", "when": "editorTextFocus" }, { "key": "alt+down", "command": "workbench.action.terminal.focusNext", "when": "terminalFocus" }, { "key": "alt+up", "command": "workbench.action.terminal.focusPrevious", "when": "terminalFocus" }, { "key": "ctrl+shift+i", "command": "editor.emmet.action.wrapWithAbbreviation", "when": "editorTextFocus" } ]
Extensions
| |
Cursor Align | yo1dog.cursor-align |
AutoHotkey | slevesque.vscode-autohotkey |
Bookmarks | alefragnani.bookmarks |
C# | ms-vscode.csharp |
Code Spell Checker | streetsidesoftware.code-spell-checker |
Git History | donjayamanne.githistory |
Markdown All in One | yzhang.markdown-all-in-one |
Markdown PDF | yzane.markdown-pdf |
PowerShell | ms-vscode.powershell |
Prettify JSON | mohsen1.prettify-json |
Razor+ | austincummings.razor-plus |
| |
| |
| |
XML Tools | dotjoshjohnson.xml |
Version Lens | pflannery.vscode-versionlens |
Bracket Pair Colorizer 2 | coenraads.bracket-pair-colorizer-2 |
visual_studio_code.1615172115.txt.gz · Last modified: 2021/03/09 03:55 (external edit)