Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aheze/Multiliner
An Xcode source extension to expand lengthy lines.
https://github.com/aheze/Multiliner
formatter formatting swift swiftui
Last synced: 14 days ago
JSON representation
An Xcode source extension to expand lengthy lines.
- Host: GitHub
- URL: https://github.com/aheze/Multiliner
- Owner: aheze
- License: mit
- Created: 2022-06-27T23:38:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T04:21:23.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:55:27.793Z (3 months ago)
- Topics: formatter, formatting, swift, swiftui
- Language: Swift
- Homepage: https://twitter.com/aheze0/status/1541578738239885312
- Size: 14.1 MB
- Stars: 824
- Watchers: 10
- Forks: 23
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Header image](Assets/Banner.png)
# Multiliner
An Xcode source extension to expand lengthy lines.
- Super lightweight, it's like a script.
- It expands long lines. That's it!
- Works with:
- Initializers
- Function calls
- Array literals
- SwiftUI modifiers### Showcase
https://user-images.githubusercontent.com/49819455/176060861-4bab03cc-a953-4839-b04e-cf05864f879e.mp4
### Installation
1. Download the app [directly](https://github.com/aheze/Multiliner/raw/main/Multiliner.zip) or through Homebrew
```bash
brew install hkamran80/things/multiliner
```**Note:** Multiliner requires macOS Monterey (12.3) or higher.
2. Open the app
3. Go to System Preferences → Extensions and check `Multiliner`### Usage
It's simple, just highlight the code that you want to format, then press Editor → Multiliner → Format Selected Code. More details in the app.
### Shortcut
If you'd like to access Multiliner quicker, try adding a key binding. Go to Xcode → Preferences → Key Bindings, then search for "Multiliner":
### Author
Multiliner is made by [aheze](https://github.com/aheze).
### Contributing
All contributions are welcome. Just [fork](https://github.com/aheze/Multiliner/fork) the repo, then make a pull request.
### Need Help?
Open an [issue](https://github.com/aheze/Multiliner/issues) or join the [Discord server](https://discord.com/invite/Pmq8fYcus2). You can also ping me on [Twitter](https://twitter.com/aheze0). Or read the source code, I added a bunch of comments.
### License
```text
MIT LicenseCopyright (c) 2022 A. Zheng
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```