How to make intellisense work for monaco editor with java language server #450
Replies: 3 comments 8 replies
-
@chaitanya71998 Hi , I have set |
Beta Was this translation helpful? Give feedback.
-
@rick-chou check this repo https://github.com/chaitanya71998/monaco-language-testing-with-java |
Beta Was this translation helpful? Give feedback.
-
Hi. How did you integrate the eclipse lsp with Monaco? Can you share steps or something? I do the initialize but can't understand what to do next. I haven't even reached the Monaco part. Still struggling with figuring out how to make it work in terminal itself. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I was working on JAVA project. I was using @monaco-editor/react as the editor to show the file content in the web. I am giving project absolute path to
-data
value for the Eclipse JDT Language Server.In the editor, there is a prop for path, Here if i give the absolute file path of the file which will be in my local system, i am able to get intellisense working. But in ideal case, for every system this wont be case right. So for a project like system how to setup and give the path to the editor to make intellisense work.
Beta Was this translation helpful? Give feedback.
All reactions