visual_studio_code
This is an old revision of the document!
Table of Contents
Visual Studio Code
Settings
{ "editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace", "editor.renderWhitespace": "all", "editor.fontSize": 12, "editor.cursorStyle": "line-thin", "window.zoomLevel": 0, "cSpell.language": "en-GB", "editor.fontLigatures": true }
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+up", "command": "-workbench.action.terminal.focusPreviousPane", "when": "terminalFocus" }, { "key": "alt+down", "command": "-workbench.action.terminal.focusNextPane", "when": "terminalFocus" }, { "key": "alt+down", "command": "workbench.action.terminal.focusNext", "when": "terminalFocus" }, { "key": "alt+up", "command": "workbench.action.terminal.focusPrevious", "when": "terminalFocus" } ]
Extensions
Align | steve8708.align |
AutoHotkey | slevesque.vscode-autohotkey |
Bookmarks | alefragnani.bookmarks |
C# | ms-vscode.csharp |
Code Spell Checker | streetsidesoftware.code-spell-checker |
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 |
SQL Server (mssql) | ms-mssql.mssql |
Visual Studio Team Services | ms-vsts.team |
vscode-icons | robertohuertasm.vscode-icons |
XML Tools | dotjoshjohnson.xml |
visual_studio_code.1550130785.txt.gz · Last modified: 2019/02/15 08:53 (external edit)