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

feat(ccls): add CclsSwitchSourceHeader #3535

Merged
merged 3 commits into from
Jan 2, 2025

Conversation

MaskRay
Copy link
Contributor

@MaskRay MaskRay commented Jan 1, 2025

ccls 0.20241108 has added support for the extension from clangd.

@MaskRay MaskRay requested a review from glepnir as a code owner January 1, 2025 22:23
@MaskRay MaskRay force-pushed the switchSourceHeader branch 2 times, most recently from 3453264 to 4426ab4 Compare January 1, 2025 23:45
@MaskRay MaskRay changed the title ccls: add CclsSwitchSourceHeader feat(ccls): add CclsSwitchSourceHeader Jan 1, 2025
@MaskRay MaskRay force-pushed the switchSourceHeader branch from 4426ab4 to 80295c8 Compare January 2, 2025 00:57
Copy link
Contributor

github-actions bot commented Jan 2, 2025

Note that configs.md or configs.txt will be regenerated by the docgen CI process. Edit the Lua source file instead. For details on generating documentation, see: https://github.com/neovim/nvim-lspconfig/blob/master/CONTRIBUTING.md#generating-docs

ccls 0.20241108 has added support for the extension from clangd.
@MaskRay MaskRay force-pushed the switchSourceHeader branch from 80295c8 to 456cc23 Compare January 2, 2025 00:58
@glepnir glepnir merged commit 9194d0e into neovim:master Jan 2, 2025
11 checks passed
@MaskRay MaskRay deleted the switchSourceHeader branch January 2, 2025 05:53
@MaskRay
Copy link
Contributor Author

MaskRay commented Jan 2, 2025

@glepnir The fixup! commit introduced an issue. The method name was changed from textDocument/switchSourceHeader to textdocument/switchsourceheader. The latter form is invalid and not accepted by ccls...

@glepnir
Copy link
Member

glepnir commented Jan 2, 2025

oh a typo. in nightly we have constant method variables..but they are not available in 0.10x ..fix in #3536

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