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

Hover feature #41

Open
chang803 opened this issue Oct 3, 2023 · 3 comments
Open

Hover feature #41

chang803 opened this issue Oct 3, 2023 · 3 comments

Comments

@chang803
Copy link

chang803 commented Oct 3, 2023

Hi
If you could please add the hover feature, that would be great. I personally prefer the hover info displayed like the way C++ extensions show for cpp files. Things like what is the type of the variable, what are the parameters that this function need. It's very similar to what peek does, but instead of right click -> peek -> peek definition, hover can do it much easier. Not sure if ctags actually provided all these info in the tag file, but any info would be very helpful.
Thanks a lot for your work!

@gediminasz
Copy link
Owner

Hi, thanks for the suggestion. I am not sure how much info we can extract from ctags for this purpose but I can look into it.

Also, could you attach a screenshot of what it looks like in C++?

@chang803
Copy link
Author

chang803 commented Oct 3, 2023

image image

@chang803
Copy link
Author

chang803 commented Oct 3, 2023

image image somemore examples, but I guess things like overloading is def too much since I don't think ctags knows thing like this.

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

No branches or pull requests

2 participants