Sarcasm / irony-mode

A C/C++ minor mode for Emacs powered by libclang
GNU General Public License v3.0
906 stars 99 forks source link

Suggestion for code navigation #453

Closed zhihuiFan closed 6 years ago

zhihuiFan commented 6 years ago

irony-mode works for me like a charm. and eldoc also works now. what is your suggestion for code navigation?

looks rtags have this features, but since some functions are duplicated with irony-mode and rtags, I don't want setup both.

Thanks

Sarcasm commented 6 years ago

Irony-mode does not provide the feature, so you probably will have to setup multiple tools or find an alternative to irony-mode that provides everything.

I would suggest rtags or cquery, with a slight preference for the latter. TBH, maybe it even replaces irony-mode, YMMV.

And for the future, I wish clangd.

zhihuiFan commented 6 years ago

Thanks @Sarcasm, I will try rtags.