beaugunderson / vscode-solidity-extended

✏ Solidity support for VSCode
https://marketplace.visualstudio.com/items?itemName=beaugunderson.solidity-extended
Other
10 stars 9 forks source link

Solium checking is hyper eager #4

Open roderik opened 6 years ago

roderik commented 6 years ago

Just typing, for each letter, we get this huge error about a syntax error for solium. Setting "solidity.lintOnChange" to false negates this.

screenshot 2017-11-22 11 14 22

I think a behaviour like Prettier, where it does not format when there is an obvious syntax error is more appropriate, combined with somehting in the footer

screenshot 2017-11-22 11 18 58
beaugunderson commented 6 years ago

ah, great idea re: making it work like Prettier--I'll see how they do it :)