editor.action.copyLinesDownAction = ctrl + d
editor.action.commentLine = strg + w
workbench.action.togglePanel = F5
- Arduino
- Better TOML
- c/C++
- crates
- marcros
- One Dark Pro
- Path Intellisense
- Python
- rust-analyzer
- Tabnine
- Vim
- CodeTogether
- Error Lens
mit f6 automatisch "main.py" in cmd ausführen
diese Extension installieren:
https://marketplace.visualstudio.com/items?itemName=geddski.macros
"macros": {
"commentCMD": [
"workbench.action.terminal.toggleTerminal",
{"command": "workbench.action.terminal.sendSequence","args": { "text": "python main.py\u000D" }}
]
},
{
"key": "f6",
"command": "macros.commentCMD"
},