hardhat-vscode
hardhat-vscode copied to clipboard
Can't navigate to nested type
trafficstars
This is feedback: https://github.com/nomiclabs/hardhat-vscode-feedback/issues/17#issuecomment-1020140629
Navigating from a nest typed is not working. Our understanding is that this is a known issue caused by a lack of information out of solidity-parser. We suspect the fix involves enhancing solidity parser.
Steps to reproduce
Using this https://github.com/code-423n4/2022-01-elasticswap & navigate to Exchange.sol & try going to the definition of tokensQtys.
