Visual Studio Code
Visual Studio Code is a source-code editor made by Microsoft for Windows, Linux and macOS.
Extensions
| Extension | Dependencies |
|---|---|
| Better Comments | - |
| Colorize | - |
| JavaScript and TypeScript Nightly | - |
| Live Server | - |
| Material Icon Theme | - |
| Prettier | - |
| Remote SSH | - |
| Unity | C# C# Dev Kit .NET Install Tool |
Disable CodeLens
- Go to
File → Preferences → Settings. - Type
Editor: Code Lens. - Uncheck.
Reindent lines
- Press
Ctrl + Shift + Pto open Command Palette. - Type
indentto search for settings related to indentation. - Select
Reindent Lines.
Sort lines alphabetically
- Press
Ctrl + Shift + Pto open Command Palette. - Type
Sort Lines Ascendingor pressAlt + A.