Updated: 28 June 2024
On Ubuntu, the VS Code user settings file can be found at ~/.config/Code/User/settings.json
Open VS Code from the command line and load folders from a Workspace
code --file-uri "~/chris/files/chris.my-workspace"
Freelance software engineer United Kingdom
Updated: 28 June 2024
On Ubuntu, the VS Code user settings file can be found at ~/.config/Code/User/settings.json
Open VS Code from the command line and load folders from a Workspace
code --file-uri "~/chris/files/chris.my-workspace"
Updated: 07 November 2023
All supported commands https://github.com/JetBrains/ideavim/blob/master/src/main/java/com/maddyhome/idea/vim/package-info.java
Updated: 14 November 2023
Create a desktop entry | Tools > Create Desktop Entry |
Restore defaults | File > Manage IDE Settings > Restore Default Settings |
Change theme | File > Settings > Appearance & Behavior > Appearance |
Line numbers | File > Settings > Editor > General > Appearance > Show line numbers |
Show file in project tree | Alt + F1 > Select in Project View |
Find in files | Ctrl + Shift + F |
Zoom in | Ctrl + Alt + Shift + + |
Zoom out | Ctrl + Alt + Shift + - |
Zoom reset | Ctrl + Alt + Shift + 0 |
Show usages | Ctrl + Alt + 7 |
Updated: 07 February 2023
A project template for creating .NET Windows Forms (WinForms) App.