A superior code reading & auto-completion tool with pluggable backends.
GNU General Public License v3.0
337
stars
26
forks
source link
C, enh: Consider a name of member before '(' as a callable member when soring #54
Closed
masatake closed 3 years ago
Doing M-. at "poll" on the line:
shows the list
"(" comes after "poll" on the line, callable members should have higher priorities in the list.
With this change, the list becomes:
Signed-off-by: Masatake YAMATO yamato@redhat.com