I have been using ctags in Vim for years, but I just opened omnicomplete. (Seems good.)
However, I have a problem: for omnicomplete to work correctly, I have to use the -extra = + q option when creating tags, which is good, but that then changes the behavior of the general tag view so that I don't like it.
For example, when the tag names for filling tabs in Vim I don’t want to mark in the “hierarchy” of classes, that is, when the “Clas” tab gets “ClassA, ClassA :: var1, ClassA :: var2, ClassB” instead of “ClassA, ClassB” - but this happens when using --extra = + q.
So, I think I will send one of two things. Or: 1. The ability to disable the tab in the "tag hierarchy", even if these hierarchies exist in the tag file. Or, 2. The ability to use differently named tag files (that is, Generated with various parameters) for omnicomplete and general tag viewing.
Any ideas would be much appreciated!
Greetings
thoughton.
source
share