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

Support inactive regions #845

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ghentschke
Copy link

this feature is needed for a clangd protocol extension. See this cdt-lsp issue eclipse-cdt/cdt-lsp#299 and this clangd commit: https://reviews.llvm.org/D143974 It is needed for macro enable in the C/C++ language

this feature is needed for a clangd protocol extension. See this cdt-lsp
issue eclipse-cdt/cdt-lsp#299
and this clangd commit: https://reviews.llvm.org/D143974
It is needed for macro enable in the C/C++ language
@ghentschke
Copy link
Author

Not sure if this should/must be done in LSP4J

@pisv
Copy link
Contributor

pisv commented Aug 19, 2024

@ghentschke Thank you for taking the time to submit this contribution.

Not sure if this should/must be done in LSP4J

As long as it is not in the LSP spec (and, as far as I can see, it is not in the current 3.17 version or the upcoming 3.18 version), it should not be done in LSP4J. If you think that it should become part of the spec, you can try to contribute this protocol extension to https://github.com/microsoft/language-server-protocol. Then, it could be supported by LSP4J...

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

Successfully merging this pull request may close these issues.

2 participants