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

Find Declaration #250

Open
PSeitz opened this issue Jul 24, 2014 · 6 comments
Open

Find Declaration #250

PSeitz opened this issue Jul 24, 2014 · 6 comments

Comments

@PSeitz
Copy link

PSeitz commented Jul 24, 2014

A find declaration would be helpful in large projects. I could create a patch if someone points me to the code to change.

@stephenfin
Copy link
Contributor

I can do that, but you're going to need to explain "find declaration" a little more. What do you mean exactly?

@PSeitz
Copy link
Author

PSeitz commented Jul 24, 2014

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.

@stephenfin
Copy link
Contributor

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?

@PSeitz
Copy link
Author

PSeitz commented Aug 18, 2014

This should be provided natively from CTags, a colleague uses this function in Emacs with CTags.

@stephenfin
Copy link
Contributor

Any chance of getting some screenshots of this is action?

@PSeitz
Copy link
Author

PSeitz commented Nov 6, 2015

Universal-ctags (as well exuberant) has the function prototype feature. I implemented it for C++ here:
PSeitz@24798f0

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

2 participants