-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
No support for neovim / Coc #99
Comments
It used to work flawlessy, this is a regression |
@drank40 can you confirm the steps you used to you used to install it as a language server? |
I just added this lines to my coc-settings.json and it worked, but it appears to be broken now, since the language server closes the connection at every request |
This comment was marked as spam.
This comment was marked as spam.
same here too, coc's logs says the server is repeatedly stopping as soon as it start ,same with nvim lsp, tho i can launch the server "by hand" without it stopping |
For me, using |
This is the behavior I'm seeing as well, using |
Yes. We have already received some high quality PRs which resulted in valuable contributions to the Arduino Language Server project. One thing that should be noted is that the primary purpose of this project is to serve as the language server component of Arduino IDE 2.x. The use of the standardized language server protocol makes it a general purpose tool that can be used in other applications and it is very cool that people are already using it in such alternative applications. However, that use case will always be a lower priority for the project relative to the use in the development tools created by Arduino such as Arduino IDE 2.x. |
So reading between the lines, support for non-arduino editors is not available, but the project is willing to accept (high quality) PRs if they add that support? (I'll take silence to mean a yes) |
Sorry I'm realising that comment could come across a little aggressive, which is not my intention at all. Just wanting to get a clear idea of the state of support for non-arduino features before I go and try fix the problem myself. Thanks for the help! |
Bug Report
Current behavior
Currently, there's no way to get language server in neovim via Coc
Expected behavior
It would be amazing to have hints and language support in neovim via Coc
Environment
arduino-cli version
): None applicableThe text was updated successfully, but these errors were encountered: