DEV Community

Discussion on: Best VS Code extensions for Beginners

Collapse
 
amediocredev profile image
a Mediocre Dev

I'd like to add on a hidden gem of an extension (especially for beginners) called Error Lens <- This is the most current maintained version.

What it does is highlight the errors and warnings on the line you are getting them as opposed to vscode displaying all the issues in the Problems panel. If you can get past the editor shouting at you after leaving a line of broken code, then this is extremely helpful especially when you start out and write buggy code that the linter picks up.

Collapse
 
harishash profile image
Haris#

Nice one mate. Seems like a huge time saver!