leoliu / ggtags

Emacs frontend to GNU Global source code tagging system.
http://elpa.gnu.org
577 stars 56 forks source link

Feature request: Use company-kind to hint symbols for company, corfu etc. #229

Open Schievel1 opened 1 month ago

Schievel1 commented 1 month ago

When giving completion candidates to frontends like company or corfu, backends can hint company with a company-kind function which symbol to use. Citre is doing this, and one can copy their implementation. Sadly my elisp-fu is too weak to make a PR myself. https://github.com/universal-ctags/citre/blob/d99483767016cada88a2877a77b9b76f8e118b80/citre.el#L380