luqui / hothasktags

A haskell ctags implementation that is aware of qualified imports, among other cool stuff
BSD 3-Clause "New" or "Revised" License
30 stars 16 forks source link

Add an entry for the name of the module itself #9

Closed istathar closed 11 years ago

istathar commented 11 years ago

I frequently want to hop to a file, not just a function. One way you might want to do that is by (fully qualified) module name. This patch adds an entry for the module name itself. With tab completion it's quite nice.

AfC