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

Add OUTLINE #42

Closed
kanej opened this issue Jan 26, 2022 · 1 comment · Fixed by #523
Closed

Add OUTLINE #42

kanej opened this issue Jan 26, 2022 · 1 comment · Fixed by #523
Labels
blocked-reason:needs-slang-parser The parser does not do well in the presence of syntax errors. status:blocked type:feature New feature or request

Comments

@kanej
Copy link
Member

kanej commented Jan 26, 2022

Raised in feedback: NomicFoundation/hardhat-vscode-feedback#18

The request is to populate the outline section of the explorer sidebar:

image

I believe this requires implementing: documentSymbolProvider - https://code.visualstudio.com/api/language-extensions/programmatic-language-features#show-all-symbol-definitions-within-a-document

Supporting documentSymbolProvider would also get us navigation to symbol.

@kanej kanej added the type:feature New feature or request label Jan 26, 2022
@0xSkly
Copy link

0xSkly commented Mar 11, 2022

assume this would also allow the go to symbol in editor to work. That'd be awesome

@kanej kanej added blocked-reason:needs-slang-parser The parser does not do well in the presence of syntax errors. status:blocked labels Jan 2, 2023
@kanej kanej moved this to Todo in hardhat-vscode Jan 2, 2023
@kanej kanej removed the status in hardhat-vscode Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-reason:needs-slang-parser The parser does not do well in the presence of syntax errors. status:blocked type:feature New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants