Visual Studio Code CheatSheet
VSCode cheatsheet, applies to cursor as well.
Multiple Window on different monitors
https://code.visualstudio.com/docs/editor/custom-layout#_floating-editor-windows
- Drag it out OR
- Right-click on the tab and select
Move Editor into New Window
OR - File > New Window and drag the tab to the new window
Keyboard Shortcuts
Cmd + Shift + P
Command Palette for restart typescript server etc.Cmd + .
Quick Actions, e.g.Wrap with Column
in flutterCmd + i
Copilot inline question
Wrap open tabs to multiple rows
If you have too many open tabs, wrap them into multiple rows so you know which are open. Put pinned tab on a separate row so you can close the unpinned tabs.
Workbench > Editor: Wrap Tabs
Workbench > Editor: Pinned Tabs on Separate Row
Extensions
Haven't tried some extensions