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

Surface signature information in hover docs #327

Open
varungandhi-src opened this issue May 18, 2023 · 0 comments
Open

Surface signature information in hover docs #327

varungandhi-src opened this issue May 18, 2023 · 0 comments

Comments

@varungandhi-src
Copy link
Contributor

Clangd has a fair bit of code around handling hover documentation, see clangd/Hover.cpp (also some earlier discussion in #96). This is because signatures can contain a fair bit of information around attributes etc.

At the moment, scip-clang's hover docs purely contain doc comments, no signatures. We should consider adding signatures to this. If signature_documentation is added to SCIP before we get to this (see sourcegraph/scip#154), we should set that field instead of putting the signature in a Markdown block.

@varungandhi-src varungandhi-src added the enhancement New feature or request label May 18, 2023
@linear linear bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant