hardhat-vscode
hardhat-vscode copied to clipboard
Add code action for "Fallback function must be defined as external" error
trafficstars
Example:
contract Foo {
fallback() {
}
}
The code action should just add the external specifier.