
8 Mar
2020
8 Mar
'20
5:38 p.m.
Marcin Szamotulski via Haskell-Cafe
I wrote a GHC plugin which writes tags files. I've been proof testing it on a large code base where parts of it is using various type extensions, or formats (literate haskell, haskell, hsc files) - it works very well.
This looks really neat. I'm not familiar with GHC's plugin system; does this mean that with this enabled, ghcid will also maintain the tags table as it reloads files? -- Jack