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

Bracket typing autocomplete issue. #109

Closed
ufosky opened this issue Jul 29, 2015 · 2 comments
Closed

Bracket typing autocomplete issue. #109

ufosky opened this issue Jul 29, 2015 · 2 comments
Assignees

Comments

@ufosky
Copy link

ufosky commented Jul 29, 2015

When I typing the end bracket ']' for continueWithBlock:, the start bracket '[' cannot be autocomplete with Xcode,but this works good for other case,for example:

[[NSArray array] enumerateObjectsUsingBlock:^(id  _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
    <#code#>
  }];
@nlutsenko
Copy link
Member

Hey @ufosky, sorry it took a while to get to you.
From nullability annotations - looks like you are using Xcode 7 beta.
Can you double check on the latest beta if the issue is still happening for you? I can't repro locally.

@nlutsenko
Copy link
Member

Just verified - this is no longer a problem with Xcode 7.3, which is public and available.

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

No branches or pull requests

2 participants