alternative to opengrok
Asked Answered
P

4

7

I am using for an alternative to OpenGrok. I can't configure it properly. What I want is to browse to the code, like I would be in Visual Studio. I'd like to have a menu with a minimum option of Go To Definition, find references etc. How can that be achieved ?

Poteen answered 4/9, 2012 at 19:41 Comment(0)
E
3

I suggest to have a look at the Woboq Code Browser.

It works like a compile step and dynamically analyzes the code and how symbols are linked to each other.

enter image description here

Eupatrid answered 30/11, 2015 at 21:15 Comment(0)
S
1

Did you have problems configuring it on Windows?

OpenGrok works best through a web-server. You might find it easier to rent some cheap VPS box, and configure OpenGrok remotely on such server (instead of trying to configure it locally on a Windows box), and then use your web-browser to access the remotely-running OpenGrok instance through the web-interface.

I've once tried using OpenGrok locally on a Windows machine, and even though it worked, I was not happy that the non-web version didn't have any syntax highlighting, and was overall just way too awkward to be of any real use.

Stretto answered 2/4, 2013 at 20:1 Comment(0)
D
0

There's Text-Sherlock. And the github project. It can use either Whoosh or Xapian as its backend.

Dicky answered 25/6, 2013 at 3:52 Comment(0)
P
0

I would recommend Codatlas. It has features such as jump-to-definition and cross-reference and poly-glot support such as C/C++, Java, Python, Scala etc.

Phloem answered 18/12, 2016 at 23:52 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.