$ ctags --list-languages | grep -i elm
ctags: Warning: Language "Elm" already defined
ctags: Warning: Don't reuse the kind letter `c' in a language Elm (old: "constructor", new: "constant")
ctags: Warning: Don't reuse the kind letter `a' in a language Elm (old: "alias", new: "type-alias")
ctags: Warning: Don't reuse the kind letter `t' in a language Elm (old: "type", new: "type-cons")
ctags: Warning: Don't reuse the kind letter `t' in a language Elm (old: "type", new: "type-cons")
Elm
Windows
There is some problem with elm-mode on Windows. It just doesn't generate TAGS file.
Looks like universal-ctags shows support for Elm:
There is also this file https://github.com/kbsymanz/ctags-elm
Which can be used like that for universal ctags:
But then it shows this:
Windows
There is some problem with elm-mode on Windows. It just doesn't generate
TAGS
file.Now I'm using this command in git bash:
I'm using ctags from here https://github.com/universal-ctags/ctags-win32/releases
My config: