Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appears to not work anymore in Xcode 8 #34

Open
NSExceptional opened this issue Oct 7, 2016 · 5 comments
Open

Appears to not work anymore in Xcode 8 #34

NSExceptional opened this issue Oct 7, 2016 · 5 comments

Comments

@NSExceptional
Copy link

Before you ask, yes, I have plugins enabled and most of them are working :P

@emailatravi
Copy link

Seems not working in Xcode 8

@stephenkopylov
Copy link

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!

@stefanceriu
Copy link
Owner

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!

@yunisSong
Copy link

Hope you can solve it, thanks

@NSExceptional
Copy link
Author

Man it's probably more messed up in Xcode 9 now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants