SCXcodeSwitchExpander
SCXcodeSwitchExpander copied to clipboard
Appears to not work anymore in Xcode 8
Before you ask, yes, I have plugins enabled and most of them are working :P
Seems not working in Xcode 8
The problem is here, in DVTTextCompletionController+SCXcodeSwitchExpander.m .children array is empty =(
for(IDEIndexSymbol *child in [((IDEIndexContainerSymbol*)symbol).children allObjects]) {
}
Any thought?
Really sad because of non working plugin - it was so useful!
Hey, yeah, I was looking at it the other day and noticed that myself.
It seems that the IDEIndex was changed for Xcode 8 and that the enum elements are not children of the selected completion item symbol anymore. Fixing it should be just a matter of finding the right way to get to them, although I haven't had any luck so far.
I'll keep looking and let you know if I find anything.
Cheers!
Hope you can solve it, thanks
Man it's probably more messed up in Xcode 9 now