hothasktags: Generates ctags for Haskell, incorporating import lists and qualified imports

[ bsd3, development, program ] [ Propose Tags ]

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

Maintainer's Corner

Package maintainers

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.10) [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-10-07T21:45:23Z
Distributions Debian:0.3.8
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hothasktags
Downloads 11784 total (33 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]