🔑 Base Commands

⌨️ Keyboard Shortcuts

When in doubt, check Keyboard Shortcuts (keybindings.js). Open with Ctrl + K, Ctrl + S

Cool Hacks

⚙️ Settings

Rulers

File > Preferences > Settings. Add following line to settings.json:

"editor.rulers": [80]

Linux Multi-cursor fix

Weird File Extensions

You can add persistent file associations for language highlighting to your settings.json file like this

Link.

// Place your settings in this file to overwrite the default settings
{
  "some_setting": custom_value,
  ...
  "files.associations": {
    "*.jsx": "javascript",
    "Jenkinsfile*": "groovy"
  }
}

🧩 Extensions