hardhat-vscode icon indicating copy to clipboard operation
hardhat-vscode copied to clipboard

Add OUTLINE

Open kanej opened this issue 3 years ago • 1 comments
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:

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 avatar Jan 26 '22 09:01 kanej

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

0xSkly avatar Mar 11 '22 16:03 0xSkly