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
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:
No. This is not supported.
You can use the extension API to extend VS Code. This API lets you get and modify editor contents