An Exuberant ctags file for the Elm language.
The .ctags file currently recognizes functions, constants, ports, types, type aliases, type constructors and modules. Contributions are welcome.
.ctags to your ctags file or if you do not have one,
use .ctags itself. See the ctags manual page for various locations of
the ctag configuration file.ctags -R src in your project top-level directory.
src.ctags manual for many other options.
ctags -R --exclude="*.js" .:help tags. Here are three examples.
ctrl-]: jump to definition of function at cursorctrl-t: jump backg]: list matching tagsSee the issues list.
vim-tagbar-ctags-elm has support for Elm in Vim Tagbar with Universal Ctags.
Vim and Ctags by Andrew Stewart describes the use of ctags
An Exuberant ctags file for the Elm language.
The .ctags file currently recognizes functions, constants, ports, types, type aliases, type constructors and modules. Contributions are welcome.
.ctags to your ctags file or if you do not have one,
use .ctags itself. See the ctags manual page for various locations of
the ctag configuration file.ctags -R src in your project top-level directory.
src.ctags manual for many other options.
ctags -R --exclude="*.js" .:help tags. Here are three examples.
ctrl-]: jump to definition of function at cursorctrl-t: jump backg]: list matching tagsSee the issues list.
vim-tagbar-ctags-elm has support for Elm in Vim Tagbar with Universal Ctags.
Vim and Ctags by Andrew Stewart describes the use of ctags