-
Notifications
You must be signed in to change notification settings - Fork 99
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
Go to definition? #161
Comments
So maybe its a task for something like |
GNU Globals is not good for C++. A libclang based indexer would be better, for example https://github.com/Andersbakken/rtags or one of the cited tools here: #85 (comment) Right now my hopes are for the Google project Kythe (see http://llvm.org/devmtg/2014-10/#talk21) but I have no idea when or what it does. I'd like to think they will provide more information in the next few months, I may be wrong. |
Actually I doesn't write any |
Great, so I think you will be fine with GNU Globals, I liked when I was working in |
Kythe has arrived http://www.kythe.io/ |
Yup, there is a long way to go though for now it seems. I'm reading slowly the documentation. |
Has there been any progress on this issue? |
None. |
Is there any way to get the ability to go to a function declaration/definition with C++ at the moment, perhaps using a different package? Or is it not really possible? |
Using |
Is it possible to implement go to definition with
libclang
?The text was updated successfully, but these errors were encountered: