π X-SwiftFormat
Installation
Using Github
Using Cask
brew install --cask x-swiftformat
Usage
1) Open X-SwiftFormat
X-SwiftFormat works as Xcode Extension to format your swift code. You will need to open this once to activate it π
a) You case use the Preview to see the format running in the app πͺ
b) You can export a configuration file ( .swift-format
) to use later π₯
2) Enable X-SwiftFormat
Open System Preferences βΈ Extensions βΈ Xcode Source Editor and make sure X-SwiftFormat is selected β
3) Use X-SwiftFormat
Open Xcode and use the Format Swift Code command in Xcode's Editor menu π
4) Add X-SwiftFormat Shortcut
Open System Preferences, click on Keyboard and switch to the Shortcuts tab. Select App Shortcuts, then hit the + button. Select Xcode, enter Format Swift Code
and set your Shortcut.π
Apple Swift Format (Xcode or Mint)
Installinga) Using Xcode
if you are using Xcode 14 (Swift 5.7), you can check out and build swift-format using the following commands:
git clone -b release/5.7 https://github.com/apple/swift-format.git
cd swift-format
swift build
You should see this
Build complete! (51.82s)
πππ
b) Using Mint
If you did not have Homebrew, install here
brew install mint
mint install apple/swift-format@release/5.7
You should see this
π± Cloning swift-format release/5.7
π± Resolving package
π± Building package
π± Installed swift-format release/5.7
π± Linked swift-format release/5.7
πππ
Command Line Usage
swift-format -v
0.50700.1
Command | Description |
---|---|
swift-format swift |
Display formatted code |
swift-format -i file.swift |
Overwrites formatted code |
swift-format -r folder |
Format all files in a folder |
swift-format -r -i folder |
Format all files in a folder and overwrites |
Check more info here: https://github.com/apple/swift-format
I'm Rui Aureliano, iOS and macOS Engineer at OlΓ‘ Brothers. We make Sip π€
Linkedin | AngelList | Twitter | Github | Medium | Stackoverflow