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

Autocompletion doesn't work if there's a line without the ; in the file

Open moneyDev1111 opened this issue 2 years ago • 1 comments
trafficstars

doesn't work image works image

moneyDev1111 avatar Sep 16 '23 07:09 moneyDev1111

@moneyDev1111 thanks for reporting this. In general our completions are degraded if there are syntax errors in the file. Our current parser and binding analysis isn't robust to syntax errors.

This is a hard problem and Nomic's Slang team are building out the parser and compiler tooling we need to address it.

kanej avatar Sep 18 '23 08:09 kanej