Monaco editor API examples
- code lens provider
- decorator
If you want try example locally:
-
Fork or Clone this repository
-
Install the project in your computer
- Clone fullstack-pro locally
git clone https://github.com/ZenBit-Tech/monaco-editor-features.git
cd monaco-editor-features
- Install dependencies.
npm install
- Start project
npm start