snippet and inmemory uri support #3359
Unanswered
theprovenclub
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Only file:// URIs are supported |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello eVeryone,
I am fairly new to language server world and have recently started configuring for one of my personal projects and need some help
I am running LSP(java command line) through a json rpc for websocket communication for my code editor.
i see there is a code in eclipse jdt github repo to support snippets and also inmemory uri but i can't seem to have it working through json request and response
I am using this version of LS
https://download.eclipse.org/jdtls/milestones/1.43.0/
Since the code will be written in code editor, so there is no actual file that will exist in the workspace
I tried enabling snippetSupport through below request but doesn;t seem to work. Any help would be appreciated!!
Request
Response received
Also tried sending requests as below after initializing the capabilities
Response i get is
Beta Was this translation helpful? Give feedback.
All reactions