Hacker News new | ask | show | jobs
by dman 3085 days ago
Opengrok supports C/C++.
1 comments

Code search on Sourcegraph Server is actually language agnostic.

Here's an example of a C++ search query: https://sourcegraph.com/search?q=repo:google/leveldb+FilterB...

Opengrok implements hyperlinking for C/C++ code which is the primary productivity multiplier since it allows you to easily jump around callgraphs. That functionality is sorely missing here (unless i am missing this feature somehow).