-
Notifications
You must be signed in to change notification settings - Fork 12
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
[#242] make API of org.eclipse.cdt.lsp.clangd package public #243
Conversation
Any reason why this PR hangs for 3 weeks? Is there a chance to be merged soon? |
Yes. I would like to refactor the API of the cdt-lsp feature as described here. |
If you have any specific requests for API, it is good time to formulate them @iloveeclipse |
I was askimg because we needed something that was supposed to be aded as API with this PR, but I have no idea what exactly was needed. @travkin79 should know. |
My Plan is to refactor the API of the |
Our requirements come from #227. The PR #229 offers the opportunity to adapt the Another idea was being able to provide a custom |
These files are with the PR #285 and #286 part of the public clangd API
It should not be necessary for vendors to implement the @Component(property = {"service.ranking:Integer=1"})
public class ClangdLanguageServerEnable implements LanguageServerEnable {
@Override
public boolean isEnabledFor(IProject project) {
// your custom enable
}
} |
@ghentschke is it still relevant? |
No, became outdated. |
fixes #242