atom-haskell / ide-haskell-hasktags

Hasktags-powered replacement for symbols-view on Haskell projects
https://atom.io/packages/ide-haskell-hasktags
MIT License
6 stars 2 forks source link
atom ctags haskell hasktags

ide-haskell-hasktags package

Hasktags-powered replacement for symbols-view on Haskell projects

This project is in alpha.

image

Dependencies

Atom Packages:

Haskell packages:

Configuration

Set full path to hasktags executable in package settings. For example, if you installed hasktags into $HOME/.cabal/ (default cabal location), use /path/to/home/dir/.cabal/bin/hasktags. Specifics will depend on platform.

Since 0.0.7, hasktags is bundled with the package and bundled version is used by default. It runs on top of nodejs though (via the magic of ghcjs), so a "real" binary will likely be faster.

License

Copyright © 2015 Atom-Haskell

Contributors (by number of commits):

See the LICENSE.md for details.