hothasktags: Generates ctags for Haskell, incorporating import lists and qualified imports
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. You will want to configure vim to allow dots in keywords, because hothasktags generates tags for qualified names. You can do this with: set iskeyword=a-z,A-Z,_,.,39 (The 39 is for the prime character) Usage is easy, just give hothasktags the names of all the haskell sources you want to index and redirect into a tags file. For example: find . | egrep '.hs$' | xargs hothasktags > tags will index all the hs files under the current directory.
Downloads
- hothasktags-0.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.1, 0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8 |
---|---|
Dependencies | base (>=4 && <5), containers, haskell-src-exts (>=1.8 && <1.9) [details] |
License | BSD-3-Clause |
Author | Luke Palmer <lrpalmer@gmail.com> |
Maintainer | Luke Palmer <lrpalmer@gmail.com> |
Category | Development |
Home page | http://github.com/luqui/hothasktags |
Uploaded | by LukePalmer at 2010-03-26T03:42:06Z |
Distributions | Debian:0.3.8 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | hothasktags |
Downloads | 12012 total (34 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2015-05-31 [all 7 reports] |