I would strongly recommend rtags here. https://github.com/Andersbakken/rtags. It belongs to the same family of tools that use libclang to parse the code like YouCompleteMe, but it beats all other similar open source tools I've used (youcompleteme, irony-mode, xTags, etc.). on code browsing like go-to-definition, find-reference, and autocompletion, maybe because it indexes the full project. Because of that it even supports simple symbol renaming.
It you use the autotools system of mesos, you need to use it in combination with Bear (https://github.com/rizsotto/Bear), that's what I do. But it's not necessary if you use cmake instead of autotools. On Thu, Nov 26, 2015 at 12:21 PM, Shiyao Ma <i...@introo.me> wrote: > Hi, > > I'd like to browse the mesos code with abilities such as jump to > definitions, etc. > > Ctags and Youcompleteme fall short here. > > So I think CLION might be a good way to go, so anybody managed to do that > with CLion? > > What's the setup ? > > > Thanks. > > > shiyao >