/monaco-editor-custom-intellisense

Code from Ivana Simic's "Custom IntelliSense with Monaco Editor" post (https://mono.software/2017/04/11/custom-intellisense-with-monaco-editor/)

Primary LanguageHTMLMIT LicenseMIT

Custom IntelliSense with Monaco Editor

Cloned from monaco-editor-samples repository.

Uses simple-editor example as a start to create custom completion item provider for the XML.

Running monaco-editor-samples

git clone https://github.com/Microsoft/monaco-editor-samples.git
cd monaco-editor-samples
npm install .
npm run simpleserver

Go to localhost:8888 and go to simple-editor example.

License

MIT