简体   繁体   中英

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:

  1. Use Javascript to modify text literally
  2. Custom format

vscode image

atom image

No. This is not supported.

You can use the extension API to extend VS Code. This API lets you get and modify editor contents

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