TypeFox / monaco-languageclient

Repo hosts npm packages for monaco-languageclient, vscode-ws-jsonrpc, monaco-editor-wrapper, @typefox/monaco-editor-react and monaco-languageclient-examples
https://www.npmjs.com/package/monaco-languageclient
MIT License
992 stars 171 forks source link

Monaco Editor Wrapper for Multiple Languages #643

Open Plochem opened 2 months ago

Plochem commented 2 months ago

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.

kaisalmen commented 1 month ago

@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.