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
}
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"
}
]
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.1534979180.txt.gz · Last modified: 2018/08/24 00:06 (external edit)
