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,
"workbench.tree.indent": 14
}
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
| 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.1553303914.txt.gz · Last modified: 2019/03/24 02:18 (external edit)
