是否可以打开html预览文档的devtools?
我知道你可以为电子webview组件做这件事。 到目前为止,我可以看到,html预览也在电子webview中呈现。 但我无法通过webview来打开像这样的开发工具
webview.openDevTools()
答案 0 :(得分:2)
在这里找到答案
https://github.com/Microsoft/vscode/issues/12818
像这样修改你的键绑定,你应该能够为预览启动开发工具(当它可见/正在运行时)
{
"key": "shift+cmd+j",
"command": "_webview.openDevTools"
}
答案 1 :(得分:0)
打开webview现在是官方的开发人员命令。
https://github.com/Microsoft/vscode/issues/44068
Control-shift-p或command-shift-p访问命令提示符。