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

Add option to disable clangd extension hover tooltips #692

Open
FilipNur opened this issue Sep 23, 2024 · 2 comments · May be fixed by #703
Open

Add option to disable clangd extension hover tooltips #692

FilipNur opened this issue Sep 23, 2024 · 2 comments · May be fixed by #703
Assignees
Labels
enhancement New feature or request

Comments

@FilipNur
Copy link

As in the title. Asking for this feature, because clangd can be used for intellisense and IWYU warnings, but used hover tooltips might be from c++ vscode extension. In c++ extension hovers can be disabled so only clangd tooltips are visible, but not the other way: using c++ extension hovers and disabling clangd extension tooltips.

@HighCommander4
Copy link
Contributor

This can be implemented using middleware similar to #591.

@HighCommander4 HighCommander4 self-assigned this Oct 16, 2024
@HighCommander4 HighCommander4 linked a pull request Oct 16, 2024 that will close this issue
@HighCommander4
Copy link
Contributor

Proposed patch: #703

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants