简体   繁体   English

VS Code 中的开发者工具有什么用?

[英]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.我就想问一下VS Code里面的Developer Tools有什么用。 I don't see any information in the docs.我在文档中没有看到任何信息。

When you select the option Help > Toggle Developer Tools , the Chrome DevTools window should open.当您选择Help > Toggle Developer Tools选项时, Chrome DevTools 窗口应该会打开。 Visual Studio Code is built with Electron , which is simply put a wrapper or container for creating desktop applications built with HTML and Javascript. Visual Studio Code 是用Electron构建的,它只是一个包装器或容器,用于创建使用 HTML 和 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.考虑到这一点,如果您正在调试或开发插件,或者 Visual Studio Code 本身的 IDE 细节,开发人员工具会特别方便。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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