Skip to content

[SourceKit] Disable labeled trailing closure completion support except code completion #32276

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

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Jun 9, 2020

_ = Header {
  Text("title")
} #^HERE^#

Don't insert CodeCompletionExpr at the cursor position in "conforming method list" mode and let "postfix completion" to handle it. This increase the chance of successful type checking.

rdar://problem/63781922

@rintaro
Copy link
Member Author

rintaro commented Jun 9, 2020

@swift-ci Please smoke test

…letion

Don't insert CodeCompletionExpr at the cursor position in
"conforming method list" or "typecontext" mode. This increase the chance
of successful type checking.

rdar://problem/63781922
@rintaro rintaro force-pushed the ide-conformingmethods-disablelabeledtrailingclosure-rdar63781922 branch from 9d12851 to 67e88f4 Compare June 9, 2020 20:02
@rintaro
Copy link
Member Author

rintaro commented Jun 9, 2020

@swift-ci Please smoke test

@rintaro rintaro requested a review from benlangmuir June 10, 2020 16:18
@rintaro
Copy link
Member Author

rintaro commented Jun 10, 2020

@swift-ci Please smoke test macOS

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

Successfully merging this pull request may close these issues.

3 participants