Skip to content

nikolaynau/vscode-vue-custom-editor

Repository files navigation

VS Code Vue Custom Editor

This extension contains an example implementation of a custom editor written in the Vue.js. As changes, the editor uses small objects called edit operations. There is support for multiple views for one document.

This example shows how you can create your own editor in VS Code, and you can also use it as the basis for your own editor, which was done by me in my ruleengine.org project. In my project, I also used a vue component library, created specifically for VS Code.

Custom Editor Screen

Custom editor with inspector:

Custom Editor With Inspector

License

MIT