-
Notifications
You must be signed in to change notification settings - Fork 165
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
Find Declaration #250
Comments
I can do that, but you're going to need to explain "find declaration" a little more. What do you mean exactly? |
The navigate_to_definition method lists all the definitions in the popover. The same functionality for the declaration would be great, since it is not always clear, where the method etc. is declared. |
Ahhh. I imagine that's that's going to be tough to do if it's not something CTags support natively. Do you know if this works in Vim or any other user of CTags? |
This should be provided natively from CTags, a colleague uses this function in Emacs with CTags. |
Any chance of getting some screenshots of this is action? |
Universal-ctags (as well exuberant) has the function prototype feature. I implemented it for C++ here: |
A find declaration would be helpful in large projects. I could create a patch if someone points me to the code to change.
The text was updated successfully, but these errors were encountered: