fast-tags icon indicating copy to clipboard operation
fast-tags copied to clipboard

Incremental vi and emacs tags for haskell.

Results 3 fast-tags issues
Sort by recently updated
recently updated
newest added

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' :...