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

Audo insert ';' at least on import

Open kanej opened this issue 3 years ago • 0 comments
trafficstars

When completing an import: import "./X", we should auto append the ; to the end of the line. Our parsing is disrupted by the lack of a ;.

kanej avatar Mar 09 '22 12:03 kanej