Hacker News new | past | comments | ask | show | jobs | submit login

Might I suggest looking at https://sourcegraph.com? Currently it's just code search, and doesn't do code review. But it does understand the code at a function/class/module level. And that makes it fundamentally different from a lot of other code reading tools out there that just treat code as text. For code search, that means it can do things like show you how other people actually call a given function. For code review, it would make it possible to reason about changes to functions/classes/packages instead of lines of text. (Disclaimer: I'm one of the creators of Sourcegraph; would love to hear your feedback)



"For code search, that means it can do things like show you how other people actually call a given function."

i just tried it and that is a pretty big claim.

e.g. https://sourcegraph.com/code.google.com/p/go/symbols/go/code...

Am i wrong or isn't this pretty much what Intellij calls "Usage"? At least I don't see the difference, could you please explain it?

general feedback: the website is too slow. it takes me a couple of seconds to load each page, rendering the page pretty much useless.


Thanks for the feedback; we're working on site speed as a top priority. The examples are similar to the usages feature from your IDE, but 1) the examples are drawn from all the open-source code we've indexed online and 2) we support non-statically-typed languages like Python, JS, and Ruby.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: