Live data from Hacker News

Sourcegraph: Search code, jump around source, see real usage examples

sourcegraph.com

21–30 of 43 posts

Re: Sourcegraph: Search code, jump around source, see real usage examples

#21
Love the idea! I tried it by searching for Node's require. It did point me to the right source [1], but the usage examples are all minified and unreadable. Might want to check for a maximum size on the usage examples that are presented.

[1] https://sourcegraph.com/github.com/joyent/node/.CommonJSPack...

Re: Sourcegraph: Search code, jump around source, see real usage examples

#22

Love the idea! I tried it by searching for Node's require. It did point me to the right source [1], but the usage examples are all minified and unreadable. Might want to check for a maximum size on the usage examples that are presented. [1] https://sourcegraph.com/github.com/joyent/node/.CommonJSPack...

Ahh, thanks for pointing that out. I just filed that at https://github.com/sourcegraph/sourcegraph.com/issues/151 and we will fix it soon.

Re: Sourcegraph: Search code, jump around source, see real usage examples

#23
What I love about sourcegraph is that between it and github search/searchcode you can find pretty much every bit of code you need without resorting to Google. Big improvement to my workflow personally as I always have preferred to find an example first and the documentation second.

Re: Sourcegraph: Search code, jump around source, see real usage examples

#24

Hope you have Haskell soon, I've wanted to do some analysis of occurrence of certain patterns.

None of us at Sourcegraph write Haskell, but if you know of anybody who would be interested in helping us add it (on a contract basis), please let me know! sqs at sourcegraph.com

Re: Sourcegraph: Search code, jump around source, see real usage examples

#25
post #24

Hope you have Haskell soon, I've wanted to do some analysis of occurrence of certain patterns.

None of us at Sourcegraph write Haskell, but if you know of anybody who would be interested in helping us add it (on a contract basis), please let me know! sqs at sourcegraph.com

Any plans on Clojure support?

Re: Sourcegraph: Search code, jump around source, see real usage examples

#26
post #24

Earlier quoted context omitted.

None of us at Sourcegraph write Haskell, but if you know of anybody who would be interested in helping us add it (on a contract basis), please let me know! sqs at sourcegraph.com

Any plans on Clojure support?

Same deal...we would love to add it but none of us use Clojure. Anyone who's interested in helping us add it (on a contract basis) should email me at sqs at sourcegraph.com. Or follow the issue at https://github.com/sourcegraph/sourcegraph.com/issues/154.

Re: Sourcegraph: Search code, jump around source, see real usage examples

#27
post #15

One of the co-founders of Sourcegraph came to UC Berkeley and spoke at entrepreneurship event. He was very engaged and gave lots of real practical advice. I've tried Sourcegraph and think it solves a real pain point but I have had problems integrating it into my workflow. I'm not sure when I should be using it. I've been meaning to use it to read more open source code code but it seems like they recently disabled sup…

Wasn't there a sublime plugin for sourcegraph?

Re: Sourcegraph: Search code, jump around source, see real usage examples

#28
post #15

One of the co-founders of Sourcegraph came to UC Berkeley and spoke at entrepreneurship event. He was very engaged and gave lots of real practical advice. I've tried Sourcegraph and think it solves a real pain point but I have had problems integrating it into my workflow. I'm not sure when I should be using it. I've been meaning to use it to read more open source code code but it seems like they recently disabled sup…

Wasn't there a sublime plugin for sourcegraph?

Yes, it was for Ruby, and we will reenable it once Ruby support is back in. Sorry for the disruption.

Re: Sourcegraph: Search code, jump around source, see real usage examples

#29
Sourcegraph is amazing. It's made my life so much easier by pointing me towards concrete implementations and use cases of libraries/projects that I'm learning. It's one of those tools that I had no idea I needed until I started using it, at which point it became indispensable.

Re: Sourcegraph: Search code, jump around source, see real usage examples

#30
post #23

What I love about sourcegraph is that between it and github search/searchcode you can find pretty much every bit of code you need without resorting to Google. Big improvement to my workflow personally as I always have preferred to find an example first and the documentation second.

Searchcode is awesome and super snappy. It's great to see more tools being created to make open source code more accessible and useful.
Post reply on HN