hothasktags
Haskell ctags generator
Install
- All systems
-
curl cmd.cat/hothasktags.sh
- Debian
-
apt-get install hothasktags - Ubuntu
-
apt-get install hothasktags - Kali Linux
-
apt-get install hothasktags - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install hothasktags - Raspbian
-
apt-get install hothasktags
hothasktags
Haskell ctags generator
hothasktags generates ctags files for Haskell, with knowledge of import lists and qualified imports. It provides a smart go-to-definition for Vim, that almost always gets it right in the presence of multiple names from different modules.