DEV Community

jalpesh Vadgama
jalpesh Vadgama

Posted on

6 1

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

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

Eliminate Context Switching and Maximize Productivity

Pieces.app

Pieces Copilot is your personalized workflow assistant, working alongside your favorite apps. Ask questions about entire repositories, generate contextualized code, save and reuse useful snippets, and streamline your development process.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay