hardhat-vscode
hardhat-vscode copied to clipboard
Support inheritdoc in natspec completions
trafficstars
Based on the solidity natspec docs, the @inheritdoc tag can be leveraged on function and public state variable.
We should leverage our enhanced AST to determine if the function or state variable inherits (and from where) and auto-insert the @inheritdoc, leaving out unneeded tags based on this.