Haskell code completion for TextMate

Mar 26, 2011 00:00 · 56 words · 1 minute read haskell textmate open source

Today I released my script for basic code completion support in TextMate.

The package can be found on hackage and on github.

Please read the README for installation instructions. Currently only identifiers from interpreted source code is available. Future releases will aim at providing better code completion support by using either Scion or HaskellSrcExts, or both.