In this article, i want to show the extensions that helped me in the development of React Applications.
Live Share
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
This extensions it was the first to be installed to help identify the folders and icons.
Live Server
This is very important to run the pages on browser, fast and easy.
Code Runner
Run code snippet or code file for multiple languages, this for run javascript file its very good
ESLint
In the front-end development we have specifics with lint in the files, use this extensions for lint.
Jest
Testing is a part that requires a lot of attention, this extensions help for debug, run only one test and many others things.
GitLeans
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)
Thank you for sharing your extensions, it will be very useful for me!!!