snippet and inmemory uri support #3359
Unanswered
theprovenclub
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Only file:// URIs are supported |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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