Closed
Description
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.