简体   繁体   中英

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

When you click on Help, I see the item "Toggle Developer Tools".

I just want to ask what is the use of the Developer Tools inside VS Code. I don't see any information in the docs.

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.

在我的情况下,在帮助中的 Toggle Developer Tools 中找不到,但可以找到 CommandPalette(Cmd+P 并键入“>”)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM