Relative Content

Tag Archive for javascriptmonaco-editorpython-language-servermonaco-languageserver

How do I add other language support to monaco?

I am building a development application, thus I need an embedded code editor. Monaco is really nice for this since it is friendly to use and its features are very familiar for anyone coding with vs-code.
I write my app in java, so the monaco editor needs to be embedded into html with vanilla javascript. In other words: using the react-version of monaco isn’t an option.