stefanceriu / SCXcodeSwitchExpander

Xcode plugin that enables switch cases autocompletion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formatting options needed (regex, pattern and etc.)

gerchicov-bp opened this issue · comments

You should add a possibility to change a pattern for your plugin for example because:
1)it may take more time to format code generated with your plugin than to write the same code from zero;
2)"statement" is inserted by xcode. But in reality how often do you use it? In most cases you simply delete it because you don't need all the branches, you jump between code chunks nonlinearly (for example, you may implement the start and the finish behaviour first before main code)

That sounds like a great idea, you should create a pull request for it !