Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement textDocument/inlineCompletion #6

Open
mageOfstructs opened this issue Aug 18, 2024 · 3 comments
Open

implement textDocument/inlineCompletion #6

mageOfstructs opened this issue Aug 18, 2024 · 3 comments

Comments

@mageOfstructs
Copy link

I'm using Neovim 0.10.1-3; I have integrated arduino-language-server through applying the patch in #5 manually building it.
arduino-language-server boots up and panics after about 2 seconds; The reason for this is the unimplemented request "textDocument/inlineCompletion"

@mike-lloyd03
Copy link

mike-lloyd03 commented Aug 21, 2024

Did you add the patch to the master branch? If so, that could be why. My PR is based on latest release tag (v0.1.2).

You could probably just clone my fork, build it, and tell nvim to use that binary. This is what I have in my nvim config:

require("lspconfig").arduino_language_server.setup({
    cmd = { "/home/mike/repos/arduino-language-server/arduino-language-server" },
})

@k33pn3xtlvl
Copy link

I can confirm with the NVIM v0.10.1 and the release tag v0.1.2 the patch works well!

@DaiAoMori
Copy link

Same here. Used your fork, works fine (as far as I can say after half an hour of fiddling around with it); no panics so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants