How to use variable vscode in Developer tools?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Is there any way to use variable vscode to get editor content just like Atom without writing Extension. After getting editor content, I can do more things like: Use Javascript to modify text literally Custom format vscode image atom image 回答1: No. This is not supported. You can use the extension API to extend VS Code. This API lets you get and modify editor contents 文章来源: How to use variable vscode in Developer tools?