NomicFoundation / hardhat-vscode

Solidity and Hardhat support for Visual Studio Code
https://hardhat.org
MIT License
169 stars 39 forks source link

ctrl + click to a function shows the interface , than the actual implementation #538

Open JADcooler opened 8 months ago

JADcooler commented 8 months ago

feature request where a shortcut, like ctrl + shift + a, can be used to get the implementation of a function in an interface.

kanej commented 2 months ago

Is the built in support for jumping to implementations enough to cover this request:

image

JADcooler commented 2 months ago

no, it works only for the source file. Go to implementation doesn't work when done for the interface file. Only find all references works for that, ctrl + click doesn't