Skip to content

FabianA2001/VSCode-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

VSCode-settings

Hotkeys

editor.action.copyLinesDownAction = ctrl + d
editor.action.commentLine = strg + w
workbench.action.togglePanel = F5

Extensions

  • Arduino
  • Better TOML
  • c/C++
  • crates
  • marcros
  • One Dark Pro
  • Path Intellisense
  • Python
  • rust-analyzer
  • Tabnine
  • Vim
  • CodeTogether
  • Error Lens

cmd Makro

mit f6 automatisch "main.py" in cmd ausführen
diese Extension installieren: https://marketplace.visualstudio.com/items?itemName=geddski.macros

Settings.json

"macros": {
        "commentCMD": [
        	"workbench.action.terminal.toggleTerminal",
        	{"command": "workbench.action.terminal.sendSequence","args": { "text": "python main.py\u000D" }}
        ]
},

keybindings.json

{
    	"key": "f6",
    	"command": "macros.commentCMD"
},

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors