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

Yeah I think coders should give up on search engines to meet their needs and instead rely on coder-specific search engines like

- https://searchcode.com/

- http://symbolhound.com/

- https://publicwww.com/

etc




IMHO, the options you listed still miss the point.

When I do a code-related search, most often I'm looking for a documentation entry.

So, for example, if I search for "python string replace", Google returns me a bunch of crappy pages.

I can fix it with "site:python.org string replace".

SearchCode does a terrible job [1]. So does Public WWW [2].

Now, Google nails with the first result, pointing to Python's built-in types page. But it would be perfect if it could just add a #str.replace fragment to the URL [3] and save me some scrolling. Instead, it sends me to the top of the page...

[1] https://searchcode.com/?q=python+string+replace

[2] https://publicwww.com/websites/python+string+replace/

[3] https://docs.python.org/3/library/stdtypes.html#str.replace


symbol hound looks dead

searchcode seems to not let you say things like "in the main api", or in libraries, it's all usages, it's also actually the code itself. so "boto3 list_buckets" a common query I do (that google actually does well).

publicwww seems to be searching google?




Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: