fast-tags
fast-tags copied to clipboard
Incremental vi and emacs tags for haskell.
I mentioned this on the mailing list and I figured I'd mention it here so that it can be tracked and to indicate interest. `fast-tags` fits into my workflow better...
Currently, for reasons I don't understand (but haven't deeply investigated), fast-tags tags files don't work fully with Atom. Atom _does_ allow browsing by tags but not jumping to tag under...
I'm trying to add [tagbar](https://github.com/majutsushi/tagbar) support for fast-tags. So far what I got is: ``` let g:tagbar_type_haskell = { \ 'ctagsbin' : 'fast-tags', \ 'ctagsargs' : '-o-', \ 'kinds' :...