DEV Community

jalpesh Vadgama
jalpesh Vadgama

Posted on

Video - Visual Studio Code Extension: Error Lens - Find errors while writing code

In this video, I'm going to explain about the extension called ErrorLens for Visual Studio Code. It is a great extension to catch errors on the fly.

It does the following:

  • Highlight lines containing diagnostics.
  • Append diagnostic descriptions to the end of the line.
  • Show icons in gutter.

You can this extension from here:
https://marketplace.visualstudio.com/items?itemName=usernamehw.errorlens

It is a great extension you will get all the errors at the same time when you write code. That reduces lots of your time wasted in debugging things.

Below is the video for the same.

If you like this video and wanted to see a similar kind of video then, please subscribe to my youtube channel at - http://bit.ly/codewithjv

Top comments (0)