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

provides tag auto completion for asyncomplete.vim via vim tagfiles

Results 6 asyncomplete-tags.vim issues
Sort by recently updated
recently updated
newest added

The `grep` that comes with macOS is `grep (BSD grep) 2.5.1-FreeBSD`, which doesn't contain the `-P` flag, so searching tags fails. To fix this I installed the Homebrew `grep`, which...

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

Because this plugin is only triggered on word characters (`let l:kw = matchstr(l:typed, '\w\+$')`), if a string is entered that contains hyphens, for instance, tags aren't searched. Would it be...

I use `asyncomplete.vim` with this plugin as readme mentioned, with tags of 3,2MB, vim got stuck when I try to surf through candidate under `/`.

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/prabirshrestha/asyncomplete-tags.vim). This repository currently has no open or...

after typing '.' in cpp file, there appear too many selections in the popup menu, and the fuzzy search does not seem to work properly.