Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cabal plugin outline view #4282

Open
VenInf opened this issue Jun 7, 2024 · 0 comments
Open

Cabal plugin outline view #4282

VenInf opened this issue Jun 7, 2024 · 0 comments
Assignees
Labels
component: hls-cabal-plugin Issues related to the hls-cabal-plugin type: enhancement New feature or request

Comments

@VenInf
Copy link
Contributor

VenInf commented Jun 7, 2024

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.

@michaelpj michaelpj added component: hls-cabal-plugin Issues related to the hls-cabal-plugin and removed status: needs triage labels Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: hls-cabal-plugin Issues related to the hls-cabal-plugin type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants