Visual Studio Code with Built-In JavaScript Debugging

Visual Studio Code with Built-In JavaScript Debugging

Say no to Chrome Debugger or Microsoft Edge Debugger extension! To debug any project, all you need to do is to start a session by pressing F5!

1.jpg

What's more, you can inspect the DOM, change CSS, and see network requests of your project running in the browser without leaving Visual Studio Code.

2.jpg