haskell-language-server icon indicating copy to clipboard operation
haskell-language-server copied to clipboard

Cabal plugin outline view

Open VenInf opened this issue 1 year ago • 0 comments

I think that it would be convenient to see an outline view of a cabal file in VSCode.

In the implementation, I propose to use the AST from the cabal's parser, using the readFileds rule. (the latest usage can be found here)

It can be converted to the outline tree and used like this.

I would like to implement this feature.

VenInf avatar Jun 07 '24 16:06 VenInf