Multiliner icon indicating copy to clipboard operation
Multiliner copied to clipboard

An Xcode source extension to expand lengthy lines.

Results 9 Multiliner issues
Sort by recently updated
recently updated
newest added

Currently when you select a chunk of code that contains parameters nested inside, formatting is weird: This is because Multiliner splits parameters by commas `,` — this includes commas inside...

enhancement

Adding the keyboard shortcut via System Preferences has the downsides of being specific to each Xcode version (it seems to list every Xcode version I have installed, although I've not...

While I **am actually a fan of Multiliner's current formatting behavior**, some people might prefer not having a line-break between the method name and the first parameter. ## Current Behavior...

enhancement

Played around with Multiliner a bit :) Given this input: ```swift func applyContentActions(action: AppAction, reducers: [TableActionReducer]) -> (_ documentState: DocumentState) -> DocumentState { ... } ``` I expected somewhat along...

It would be nice to have an ability to install app using brew instead of having to do it manually. What do you think? p.s. awesome idea for an extension...

enhancement

I'd love to have a second command that can do the opposite of Multiliner - reformat a multi-line call into a single line. Background: Our company style guide says if...

enhancement

That would be much better to add preferences for this utility The most important one, as for me, to add the maximum allowed line length (e.g. 120) If the line...

I LOVE this tool and I use it literally everyday when I use Xcode, but I use AppCode a lot as well, and I really really miss it. do you...

This would be a very nice and useful tool to have as a SPM plugin. It would feel more like an actual Xcode utility and not a random app.