elixir-ctags
elixir-ctags copied to clipboard
Support for the Elixir language in Exuberant Ctags
Hello. I'm currently working on the Elixir parser for universal-ctags, and took your project there as the base for my changes. I made the regexes more exhaustive (but not _completely_...
What if I want to autocomplete like in Emacs if I have `Some.Module.Thats.Nested`, it would allow me to do that. I tried `--extra=+q` but no change really
e.g, `UnionConfig.product_get` Can not jump to `product_get`, however, `UnionConfig` is good.