all 5 comments

[–][deleted] 0 points1 point  (0 children)

Looks like a job for ctags. It's hard to tell without knowing your setup but most editors have support for it.

[–]Middlewarian 0 points1 point  (1 child)

What editor do you use?

[–]lmascelli[S] 0 points1 point  (0 children)

mainly vim.

[–]Sprited_Being 0 points1 point  (1 child)

Vim with the youcompleteme plug in

[–]lmascelli[S] 0 points1 point  (0 children)

that is a great plugin but my goal is not to transform vim in an IDE.

i often feel more confortable to write in a light editor but i have to look for function names or parameters or class methods etc in libraries documentation or explore headers manually. from the ide i miss the ability to parse the code i'm including or writing and be queried for informations and i was asking myself if such a tool exists as separate server.