vscode-solidity
vscode-solidity copied to clipboard
[Feature request] Integrate vs-code codeActionProvider capabilities
Hi It would be great to integrate: https://code.visualstudio.com/docs/extensionAPI/language-support#_possible-actions-on-errors-or-warnings into the extension, some cool actions could be:
- Ignore current line
- Add to workspace/user/global ignoring rules
- Fix (uses solium default fixing)
Is something of this planned?
@ottodevs
Yes great idea.
There is a Solium fix, not at this level, sadly Solium is yet to provide many fixes at the moment.