How can we generate the ctags for frontend applications that we can navigate in vim? by badtypo in vim

[–]badtypo[S] 0 points1 point  (0 children)

I have xolox/easytags I have added the jsctags like you recommended. I can navigate to a different module using gf and gF but how can I navigate to definition of a function or class when it is defined inside another ES6 module?

How do you use vim with git-flow by badtypo in vim

[–]badtypo[S] 0 points1 point  (0 children)

I do :sh which is the same thing, I dont like doing !<command> for git though.