Text
21 May 2024
Microsoft created a modular text editor (referred to as vscode or just code
on the command line) that is easy to install and use across platforms including integration with Docker containers and WSL2.
Install #
Use this link and follow the instructions to install vscode for your platform/OS: https://code.visualstudio.com/download
Ubuntu #
For Ubuntu, choose either CLI/x64 or .deb/x64 options.
Basic usage #
- Icons along left-side: Open different editor environments or side-bars including extension browser, file explorer, and git information.
- Command palette: Most actions or options are available from either shortcut-key-combinations or the command palatte which is a fuzzy-matching command search accessible with CTL+SHIFT+p.
Extensions #
vscode provides a mechanism to install official and community extensions to tailor the editor for specific code/development tasks and support for enhanced features when editing a multitude of plain text formats.