-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 nested inits.
Multiliner/Sources/MultilinerExtension/SourceEditorCommand.swift
Lines 120 to 123 in 150c4a9
| /// The text inside the braces. | |
| let contentsString = text[openingContentIndex ..< closingContentIndex] | |
| let contents = contentsString | |
| .components(separatedBy: ",") |
Possibly a split using Regex?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
