Skip to content

[code-completion] Add a new custom completion context for a for-each sequence #11059

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

Merged
merged 1 commit into from
Jul 19, 2017

Conversation

benlangmuir
Copy link
Contributor

For normal completions it behaves the same as PostfixExprBeginning, but
it provides a hook for clients to provide a custom completion for this
position. For example, you might want to a x ..< y snippet in this
position.

rdar://problem/29910383

…sequence

For normal completions it behaves the same as PostfixExprBeginning, but
it provides a hook for clients to provide a custom completion for this
position.  For example, you might want to a x ..< y snippet in this
position.

rdar://problem/29910383
@benlangmuir benlangmuir requested a review from nkcsgexi July 19, 2017 20:32
@benlangmuir
Copy link
Contributor Author

@swift-ci please smoke test

@nkcsgexi
Copy link
Contributor

LGTM!

@benlangmuir benlangmuir merged commit 65ec365 into swiftlang:master Jul 19, 2017
@benlangmuir benlangmuir deleted the cc-foreach-seq branch July 19, 2017 23:59
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.

2 participants