[Haskell-cafe] exuberant-ctags, haskell, vim, tlist plugin

Claus Reinke claus.reinke at talk21.com
Thu Dec 22 12:47:09 EST 2005


If you try a recent snapshot of cvs ghc, its ghci should support generating
project-wide tags files for emacs and vim (btw, the online help for vim has 
another example of using tags for code browsing: showing the definition 
for the identifier under cursor in a preview window - very handy for data 
types;-).

you'd still have to interface Tlist to haskell tags somehow, I guess? 

hth,
claus

----- Original Message ----- 
From: "Marc Weber" <marco-oweber at gmx.de>
To: <haskell-cafe at haskell.org>
Sent: Thursday, December 22, 2005 5:22 PM
Subject: [Haskell-cafe] exuberant-ctags, haskell, vim, tlist plugin


> Hi.
> I'm a happy vim user and enjoyed using the Tlist plugin which shows only
> the methods and classes described in a file.. But it uses
> exuberant-ctags to "parse" the files which doesn't support haskell, yet.
> Has anyone already added haskell support? Is someone else interested?
> Other solutions perhaps another editor?
> 
> Here are some screenshots of the tlist plugin for vim:
> http://www.geocities.com/yegappan/taglist/screenshots.html
> 
> Marc
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe


More information about the Haskell-Cafe mailing list