-
Notifications
You must be signed in to change notification settings - Fork 93
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
[enhancement] Hyperlinks on method usage #202
Comments
Actually the best implementation of that I know of is https://sourcegraph.com/ which DOES do that. I belive it works cross projects as well even. To do this they actually parse the source code at a far higher level than what searchcode does. Of course there are issues with that approach but it is a very cool product and solves your problem. I might keep this open because its something I would like to do though. |
Nice, I didn't find that one! Thanks. (and for having created SearchCode too!) |
They have a pretty neat product! I don't think it works over as many repositories as searchcode.com yet but for some cases its perfect. No worries! Thanks for taking the time to say that. It helps. |
An indirect approach to solve this problem is to provide a links that would open the user's IDE to that particular location. The user could then use the IDE to find definition. |
That's a thought. Something to consider. |
"SourceKit for Safari is a browser extension for GitHub, that enables IDE features on your browser such as symbol navigator, go to definition and documentation on hover." |
Of course it would be a huge feat, but hyper-links from method usage to definition would be über-cool, even if limited to the current "project" the file is in.
(like the dead grepcode.com did 😢)
The text was updated successfully, but these errors were encountered: