Andersbakken / rtags

A client/server indexer for c/c++/objc[++] with integration for Emacs based on clang.
http://www.rtags.net
GNU General Public License v3.0
1.83k stars 254 forks source link

Add expand/collapse feature to the RTags buffer for print-dependencies result #1346

Closed fperies closed 5 years ago

fperies commented 5 years ago

Add expand/collapse feature to the RTags buffer for print-dependencies result.

It would be very convenient to expand and collapse the result of the rtags-print-dependencies command (in the include tree part) so we can easily see all the includes at a same given level. For now and for large code base, it is not very easy to see in a concise way, the include path to an given include file from a source file.

For instance, usage of the TAB key would expand/collapse all the include files at current level as it is done for buffer rtags-reference-tree-mode.

Thanks

fperies commented 5 years ago

Well, I've just discovered the rtags-dependency-tree command which supports this expand/collapse in a very nice way. So I think this issue can be closed.