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 253 forks source link

show types in autocomplete dialog #1019

Open Hein-Bloed opened 7 years ago

Hein-Bloed commented 7 years ago

Please mark appropriate

Feature request

When using autocompletion with rtags it would be nice to see the type of the completion candidats. This it what autocompletion looks like in Irony. I am prefering rtags but it would be a nice to have seeing the types and the return types of the completion candidats like in irony

selection_001

Currently the completion dialog in using rtags looks like this for me selection_002

If this is just a problem in my specific setup please let me know

Hein-Bloed commented 7 years ago

As I see the pictures now I am also asking myself in which order the candidats are sorted? Is there a way to say rtags in which order the candidats should be displayed? maybe also some order like "most-used-first"?