Hello there fellow humans!
I'm coming back to coding HTML, CSS and JS after 3 or 4 years to make a website for a friend of mine, and saw VS-Code now has A TON of cool addons that can really improve the coding experience!
What are your totally Must-Have addons that you got so used to having, that now you cant live without?
What are your favorite extensions for VSCODE that make coding in Python easier?
Python jinja2 syntax highlighting?
You can use the Jinja extension.
More on reddit.comWhat are some cool VS code extensions that you have?
VS Code users, what are your essential extensions for web development?
Videos
I just learned about autoDocstring last night and I'm blown away how nice this extension is. It makes creating docstrings so much easier and automated. Personally, I'm a fan of Google's style for docstrings so that's what I've set my default to when generating docstrings!
Another favorite extension of mine is this linter: Ruff. However, it is a bit buggy in that it duplicates functions at the bottom of the file, but other than that I love it!
Lastly, this is not an extension, but I love the Black library and auto-saving my .py files with this formatting provider in VSCODE.
I'm curious what this communities' favorite extensions are that make coding in Python easier or automated?