- vscode keyboard cheatsheet
- ctrl+ks keyboard shortcut
- ctrl+G go to line
- ctrl+P go to file
- ctrl+shift+m show problems
- ctrl+shift+O go to symbol
- multi cursor: alt+mouse click. Ctl+U to undo. Ctl+atl+up/down
- alt+up/down switch line. Shift+alt+up/down dup line.
- rename symbol entire project: f2
- ctrl+-
- alt+left: go back
- Check logs: goto Help | Toggle Developer tools, click on the console tab
- winpty solved up/down arrow not working.