This is just a work in progress proof of concept. Currently used only for experimental purposes so it's not optimized for daily use.
example.mp4
Prototype built in order to recreate a figma-like canvas experience in Visual Studio Code.
- Clone this repository
- Run
npm install
to install dependencies - Run
npm run watch
to start developing - Run
F5
to open a new window with the extension loaded.
- fix initial window positioning
- close window
- save file
- create new file
- fix z-index/window focus issue
- monaco editor supports only 4 namespaces (html, css, ts, json)
- cannot read node_modules folder
If you have any questions or requests or want to contribute, please write an issue or give me a PR freely.
If you find a bug, please report to us opening a new issue on GitHub.