-
Hello, and thanks for stopping by here! I have been trying to pair those two components for days and failed. My use case is that I need to render the monaco-editor in a React component for solving Java problems for the e-learning platform I am trying to build for my bachelor thesis. I need to pair monaco with JDTLS to have the features that VS Code has (i.e. informative tooltips, autocomplete, autoimport, etc.) because those are helpful for beginners. I have already built a server for the RESTful API and tried to bundle it with the ws as seen in the example. I have followed the example on Groovy from here and made a minimal reproducible project. The command to start both the front and back end is The error I am facing is that the editor seems to not be configured correctly and I honestly do not know what to do next. What am I missing? Thanks for any help! 🙏🏻 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi @zeekliviu thank you for the reproducible example. I will look into this likely tomorrow and provide feedback. |
Beta Was this translation helpful? Give feedback.
@zeekliviu I have created a working version on this branch: https://github.com/TypeFox/monaco-languageclient/tree/jdtls
More details later, especially what were the obstacles to make it work properly