⚡️ Swift Format
February 27, 2022 · View on GitHub
Swift Formatter for Sublime Text
- Uses
swiftformat - Format on Save
- Fast Formatting
- Inline Syntax Error Popup
- Auto Scroll to the point parsing error occurred
- Generate
.swiftformatfrom editing project or file path - You can specify multiple candidate paths of
.swiftformat
Install
- Install
swiftformat Package Control: Install Package- Install
Swift Format - Linux users: Specify absolute path to
swiftformatin Settings.
Commands
Format
- Format Current File.
Generate .swiftformat from Current File Path
- Generate
.swiftformatinferred from current file path.
Generate .swiftformat from Current Project
- Generate
.swiftformatinferred from current project.