简体   繁体   English

如何在开发人员工具中使用变量vscode?

[英]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. 有什么方法可以像Atom一样使用变量vscode来获取编辑器内容,而无需编写Extension。

After getting editor content, I can do more things like: 获得编辑器内容后,我可以执行更多操作,例如:

  1. Use Javascript to modify text literally 使用Javascript直接修改文本
  2. Custom format 自订格式

vscode image vscode图片

atom image 原子像

No. This is not supported. 否。不支持此功能。

You can use the extension API to extend VS Code. 您可以使用扩展API来扩展VS Code。 This API lets you get and modify editor contents 该API可让您获取和修改编辑器内容

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

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