GitLens
ESLint
Project Manager
Debugger from Chrome
Path Intellisense
GitLens supercharges Git in VS Code, making it easy to view code authorship, check commit numbers, and compare changes between the last commit and current modifications.
ESLint is a JavaScript linting tool that detects common errors and notifies you directly in the editor. It acts like a virtual peer, validating your code as you write.
This extension is tailored for front-end developers using Chrome, a go-to browser for its powerful debugger.
Project Manager simplifies project organization and management within VS Code.
This extension speeds up development by autocompleting file names when importing code. Just start typing a file name, and it will search for and suggest the correct file.