asyncomplete-tags.vim icon indicating copy to clipboard operation
asyncomplete-tags.vim copied to clipboard

Use taglist function if available. This provides more info to the completion menu

Open jsit opened this issue 3 years ago • 2 comments

Using taglist, we can get the tag "kind" and put that in the completion menu (the "c" here indicating "class" from .ctags config):

Screen Shot 2020-07-28 at 11 17 10 AM

jsit avatar Jul 28 '20 15:07 jsit

@prabirshrestha Ping

jsit avatar Apr 29 '21 21:04 jsit

This new uniqtags function actually slows things down very significantly so I want to rework it before this gets merged.

jsit avatar May 07 '21 12:05 jsit