swiftlang / swift-format

Formatting technology for Swift source code
Apache License 2.0
2.38k stars 216 forks source link

documentation for use as an xcode plugin #673

Open SimpleApp opened 7 months ago

SimpleApp commented 7 months ago

Hi, i'd like to use swift-format from xcode (having it automatically reformat my code whenever i save a file). Looking at this project, it seems that there is a plugin folder dedicated to use case, however the documentation doesn't give any clue on how one would do that.

BrentMifsud commented 4 months ago

+1

It seems like the only way to run the plugin right now is to right click on your project manifest and select one of the following:

image

ahoppen commented 2 months ago

Tracked in Apple’s issue tracker as rdar://126948366