Search code examples
vimautocompletevim-plugincode-completionmc

Is there a Vim plugin that would TAB-complete symbols from CTags index?


I've stumbled upon a quite innovative functionality in editor – ability to TAB-complete symbols from CTags index, on this Asciinema video.

I wonder if there is anything like it available for Vim? I've been using many completion engines like eg. CoC, however none of them seems to offer what NeoMCEdit does. Is there such plugin for Vim?


Solution

  • Basic keyword completion, :help i_ctrl-p/:help i_ctrl-n, already does that out of the box because of the default value of :help 'complete'.

    Alternatively, you can use your tags files as exclusive source with :help i_ctrl-x_ctrl-].