DEV Community

Leticia Amancio
Leticia Amancio

Posted on

My vs code extensions

In this article, i want to show the extensions that helped me in the development of React Applications.

Live Share

Image description

This extensions is very good for share the code in real time with another person, without the need to commit the code.

Material Icon Theme

Image description

This extensions it was the first to be installed to help identify the folders and icons.

Live Server

Image description

This is very important to run the pages on browser, fast and easy.

Code Runner

Image description

Run code snippet or code file for multiple languages, this for run javascript file its very good

ESLint

Image description

In the front-end development we have specifics with lint in the files, use this extensions for lint.

Jest

Image description

Testing is a part that requires a lot of attention, this extensions help for debug, run only one test and many others things.

GitLeans

Image description

To complete my setup in vscode, this extensions to help with git.

So, i like to get to know and test other extensions and add to my vscode.

I thank all the people who add to my new journey with front

Top comments (1)

Collapse
 
biapolegatti profile image
Bianca de Carvalho Polegatti

Thank you for sharing your extensions, it will be very useful for me!!!