sweetpad-dev / sweetpad

Develop Swift/iOS projects using VSCode
https://marketplace.visualstudio.com/items?itemName=sweetpad.sweetpad
MIT License
619 stars 20 forks source link

Swiftlint linter onSave #65

Open Ernest0-Production opened 3 weeks ago

Ernest0-Production commented 3 weeks ago

I know that there is already a SwiftFormat formatter, but it would also be nice to be able to output lint errors (which cannot be automatically corrected). It is important that these warnings&errors are displayed in the file inline.


Currently, there is no good plugin for this in the extension store. The extension called "Linter" is the most similar in expected behavior, but it seems to be deprecated.