out text editor!
For Python I use this instead of CMD PROMPT (the default windows terminal)
show icons for each file in the explorer menu
create more human-friendly comments in your code. Categorize your annotations into:
- Alerts
! - Queries
? - TODOs
TODO - Highlights
*
Run code snippet or code file for multiple languages:
Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.
Syntax highlighting for jinja(2) including HTML, Markdown, YAML and other templates.
opinionated formatter for Python
in your vscode settings.json add the following:
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}Spelling Checker for Visual Studio Code