Widget for Monaco VS code editor for trame
The editor can surface language features (autocomplete and hover
documentation) from your own server-side callbacks: pass completion
and hover callables to the widget. The example below shows Python/VTK
completion and a hover docstring driven entirely from those callbacks.
This library is distributed under the MIT License (Same as monaco/vscode-editor)
Build and install the Vue components
cd vue-components
npm i
npm run build
cd -Install the python library
pip install -e .This Python package bundle the following set of libraries:
monaco-editor@0.37.1vscode-oniguruma@1.7.0vscode-textmate@9.0.0
If you would like us to upgrade any of those dependencies, please reach out.
