-
Notifications
You must be signed in to change notification settings - Fork 30
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
C++ Support? #14
Comments
C++ support would be great to add! The following are some of the language servers I had in mind for C/C++:
Could anyone with experience with either of these language servers chime in? |
Dear @yz-qiang and @imanewman , I found a fork of monitors4codegen (parent repository of multilspy) that adds support for both ccls and clangd: https://github.com/IIKris/monitors4codegen. You can please have a look at the above and determine if it works for your usecase. With permission from the original authors (@IIKris and @arabich), I would also be glad to work with you all to integrate both ccls and clangd support in multilspy! |
This is awesome. I probably wont get to diving in deeper on this until the new year, but ill keep you posted if I get a working fork up for C++ support! |
Looking forward to it! Feel free to post any details at any point that I could help with. |
I love the work that has been done on this repo, its been a huge time savings on a project I am working on!
Following the recent support added for JS/TS parsing by the community, I was wondering if anyone has implemented support for C++ parsing? If not I'll likely need to add that support myself in the coming months, but wanted to check with the community first before investing time into that.
The text was updated successfully, but these errors were encountered: