Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
October 21, 2022 10:53 pm GMT

5 VSCode extensions every programmer needs

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

Logo
Prettier takes your code and parses it into a nice-looking block of code.
Prettier Demo

2. Python

Python Logo
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

SSH FS Logo
If you need to connect to some other host computer SSH along with SSH FS are great VSCode extensions to make your life easier.
SSH FS DEMO

4. Edit CSV

Edit CSV Logo
If you need to make adjustments to a CSV table quickly and effectively, Edit CSV is for you.
CSV DEMO
(Gif from Extension Page)

5. Auto Rename Tag

Auto Rename Tag Logo
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!
Auto Rename Demo

BONUS: Vim

Vim Logo
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!


Original Link: https://dev.to/brandgrim/5-vscode-extensions-every-programmer-needs-4pfe

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To