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

Completion imports not added after indexing

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

We perform indexing once at Language Server boot. If a user adds @openzeppelin via npm after lsp boot, the user will not see it in import completions.

We should be able to track additions to npm and add any new sol files found to the index.

kanej avatar Mar 07 '22 10:03 kanej

Maybe just watch package.json for changes to deps?

kanej avatar Mar 08 '22 15:03 kanej