VSCode extensions enhance the productivity of your environment, anywhere to language support, formatters, and debuggers, they all assist your workspace ecosystem.
1. Prettier - Code Formatter
Prettier takes your code and parses it into a nice-looking block of code.
2. Python
The Python extension comes with Intellisense, Linting, Debugging, Pylance, Jupyter Notebook, and so much more. A must have for Python developers using VSCode.
3. SSH FS / SSH
If you need to connect to some other host computer SSH along with SSH FS are great VSCode extensions to make your life easier.
4. Edit CSV
If you need to make adjustments to a CSV table quickly and effectively, Edit CSV is for you.
(Gif from Extension Page)
5. Auto Rename Tag
If you work with React JS or anything similar you may know how annoying it is to keep renaming JSX or HTML tags for both the opening and closing tags. Be annoyed no more!
BONUS: Vim
This VSCode extension emulates Vim for Visual Studio Code, Vim increases the productivity by emphasizing the use of the keyboard while programming. (Only real programmers use Vim)
Happy Hacking!
Top comments (2)
Cheers for the recommendations, going to go grab Auto Rename and Edit CSV right now!
Nice list. I have seen a few extensions I don't have and look useful.