You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wish for being able to annotate tags by their author (from git blame).
How can it be reasonably achieved?
The tags output you expect:
main foo.c /^main(void)$/;" kind:function line:2 blame:[email protected]
I suppose it's quite possible to do through external wrapper script to annotate tags fed from ctags output.
But can I achive the reverse thing -- plug this script into the middle of ctags pipeline?
Which benefits could it provide comparing with plugging it after ctags?
I strive for most naturally flowing solution.
The text was updated successfully, but these errors were encountered:
Interesting idea. I myself want to implement it. However, I have no time.
I would like to write how I will do.
First of all, I think attaching the blame fields should be done in out of u-ctags; implanting a command processing tags file is better.
I wish for being able to annotate tags by their author (from git blame).
How can it be reasonably achieved?
The tags output you expect:
I suppose it's quite possible to do through external wrapper script to annotate tags fed from ctags output.
But can I achive the reverse thing -- plug this script into the middle of ctags pipeline?
Which benefits could it provide comparing with plugging it after ctags?
I strive for most naturally flowing solution.
The text was updated successfully, but these errors were encountered: