You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As more projects move to using swift-format they will also be using swift-format lint. Currently there is no way to view swift-format lint issues in VSCode. Quite a number of the Apple open source projects eg swift-nio use swift-format lint already.
Describe the solution you'd like
On saving a file run swift-format lint and any issues found should be added to the problems view.
There might be issues if the user has swift-format formatting on file save enabled. You'd want to be sure you are reading the version of the file after the format has been run.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As more projects move to using swift-format they will also be using swift-format lint. Currently there is no way to view swift-format lint issues in VSCode. Quite a number of the Apple open source projects eg swift-nio use swift-format lint already.
Describe the solution you'd like
On saving a file run
swift-format lint
and any issues found should be added to the problems view.There might be issues if the user has swift-format formatting on file save enabled. You'd want to be sure you are reading the version of the file after the format has been run.
The text was updated successfully, but these errors were encountered: