Is there any LSP which I can use for R
.
#795
Unanswered
ArishAzmat
asked this question in
Q&A
Replies: 1 comment
-
Hi @ArishAzmat if there is VSCode extension available for R you can have a look how the client is initialized and connected there. We provide a couple of examples here, but we are unable to do this for more languages. A language server you can connect as we do in our examples: https://github.com/TypeFox/monaco-languageclient?tab=readme-ov-file#main-examples (JSON, Python, Groovy, Java) |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have found
https://github.com/REditorSupport/languageserver
but not sure how to get started with this.Beta Was this translation helpful? Give feedback.
All reactions