hardhat-vscode icon indicating copy to clipboard operation
hardhat-vscode copied to clipboard

Support inheritdoc in natspec completions

Open kanej opened this issue 2 years ago • 0 comments
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.

kanej avatar Jan 03 '23 10:01 kanej