monaco-languageclient icon indicating copy to clipboard operation
monaco-languageclient copied to clipboard

Monaco Editor Wrapper for Multiple Languages

Open Plochem opened this issue 1 year ago • 1 comments

Add support for multiple dependent languages in the editor through createModel and setModel. I want to be able to create multiple "tabs"/models where I can set the language for each and they can "see" each other. This probably overlaps with #639, but I'm just creating this issue just in case.

Plochem avatar Apr 19 '24 20:04 Plochem

@Plochem a new major version of monaco-editor-wrapper is available: https://www.npmjs.com/package/monaco-editor-wrapper/v/5.0.0 It makes text / model updates and handling more flexible and removes the required languageId in the UserConfig

Please check the CHANGELOG.

kaisalmen avatar May 15 '24 07:05 kaisalmen

Multiple language clients will be made available with a fix for: https://github.com/TypeFox/monaco-languageclient/issues/677

kaisalmen avatar Aug 08 '24 20:08 kaisalmen