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" ], "editor.fontFamily": "'FuraCode Nerd Font', 'Fira Code', Consolas, 'Courier New', monospace", "editor.fontLigatures": true, "editor.fontSize": 12, "editor.renderWhitespace": "all", "editor.showFoldingControls": "always", "window.zoomLevel": 0, "workbench.tree.indent": 14, "files.associations": { "*.gpx": "xml", "*.umap": "json" }, }
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) } }
Keyboard Shortcuts
// 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" }, { "key": "alt+down", "command": "workbench.action.terminal.focusNext", "when": "terminalFocus" }, { "key": "alt+up", "command": "workbench.action.terminal.focusPrevious", "when": "terminalFocus" } ]
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 |
visual_studio_code.1570264686.txt.gz · Last modified: 2019/10/06 09:38 (external edit)