Relative Content

Tag Archive for vimclojuretagsctagsuniversal-ctags

Generate aliased namespaced tags with Ctags

I’m trying to configure Universal Ctags to recognize functions imported from different namespaces with an alias. The language I’m using is Clojure (I also give an example in Javascript), so every module has its own namespace and it’s very common to assign alias to those namespaces when requiring them. An example would be