hardhat-vscode
hardhat-vscode copied to clipboard
Quick fix: import missing contract
Respond to a missing contract/function by auti-importing the sol file containing the contract. Something like typescripts auto-import functionality.
Doing this in general would be the ideal. But there may be ways of breaking down the task that deliver a big chunk of value (i.e. autoimport of console.log from hardhat).