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

[Feature request] Integrate vs-code codeActionProvider capabilities

Open ottodevs opened this issue 7 years ago • 1 comments

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 avatar Aug 26 '18 17:08 ottodevs

@ottodevs
Yes great idea. There is a Solium fix, not at this level, sadly Solium is yet to provide many fixes at the moment.

juanfranblanco avatar Sep 26 '18 12:09 juanfranblanco