Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the use of the Developer Tools in VS Code?

People also ask

What are Developer Tools used for?

Developer tools (or "development tools" or short "DevTools") are programs that allow a developer to create, test and debug software. Current browsers provide integrated developer tools, which allow to inspect a website.

Is VS Code a development tool?

Visual Studio Code combines the simplicity of a source code editor with powerful developer tooling, like IntelliSense code completion and debugging. First and foremost, it is an editor that gets out of your way.

What is the main purpose of debugger in VS Code?

One of the key features of Visual Studio Code is its great debugging support. VS Code's built-in debugger helps accelerate your edit, compile, and debug loop.


When you select the option Help > Toggle Developer Tools, the Chrome DevTools window should open. Visual Studio Code is built with Electron, which is simply put a wrapper or container for creating desktop applications built with HTML and Javascript.

With this in mind, the Developer Tools can be especially handy if you're debugging or developing plugins, or IDE specifics for Visual Studio Code itself.


In mycase, can not find in Toggle Developer Tools from Help, but find CommandPalette(Cmd+P and type '>').