Skip to content

Instantly share code, notes, and snippets.

@jupiterorbita
Last active July 23, 2024 18:33
Show Gist options
  • Save jupiterorbita/e4ba0ef369bbdb2feb8520778fadab6e to your computer and use it in GitHub Desktop.
Save jupiterorbita/e4ba0ef369bbdb2feb8520778fadab6e to your computer and use it in GitHub Desktop.

Python tools used for this stack ๐Ÿ

follow VSCode Python Flask MySQL

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 *

better-comments-preview

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"
  }

Extra

Spelling Checker for Visual Studio Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment