Skip to content

Autocorrect and fix

Compare
Choose a tag to compare
@vknabel vknabel released this 15 Feb 11:32
· 35 commits to master since this release
  • New commands to fix autocorrect workspace and file issues swiftlint.fixWorkspace and swiftlint.fixDocument #40

To automatically fix all issues within a document on save, add the following to your .vscode/settings.json:

{
  "editor.codeActionsOnSave": {
    "source.fixAll": true
  }
}

Full Changelog: 1.4.6...v1.5.0