hardhat-vscode
hardhat-vscode copied to clipboard
Add OUTLINE
trafficstars
Raised in feedback: https://github.com/nomiclabs/hardhat-vscode-feedback/issues/18
The request is to populate the outline section of the explorer sidebar:

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.
assume this would also allow the go to symbol in editor to work. That'd be awesome