Comments
-
Greg Hurrell
This is a duplicate of feature request #1746 so I am going to mark this one as closed.
As I said in that ticket, I am not much of a tags user myself (I would be, but I've never been able to get tags working properly in a Ruby on Rails project). As such, I'm not really in a position to develop and test this feature myself.
You're welcome to have a try at it. Check out the Git repo and look at how the buffer search was added, and more recently, the jumplist navigation. I suspect that you might be able to get the output of
:tags
and use that (or something similar, I'm really not familiar with Vim's tag-related commands); but basically you just want to get a list of all tags and then let Command-T do its thing.Getting it to not only jump to the right file, but also the right line within a file, is probably going to be trickier, as Command-T has only ever cared about opening files and buffers. I think just opening the file with the tag in it is a reasonable start though.
Anyway, as I said, this ticket is a duplicate so please continue any further conversation about the issue over on ticket #1746.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.