Skip to content

[5.2][CodeCompletion] Stop printing underscored keyword in override completion #29132

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 Jan 10, 2020

Cherry-pick of #29127 into swift-5.2-branch originally reviewed by @nathawes

rdar://problem/56963545

e.g. `__consuming`. Now, conformance completion for
Sequence.makeIterator() is:

  struct MySequence: Sequence {
    func makeIterator() -> some IteratorProtocol {
      <#code#>
    }
  }

rdar://problem/56963545
(cherry picked from commit ac7ba74)
@rintaro rintaro requested a review from a team January 10, 2020 23:21
@rintaro
Copy link
Member Author

rintaro commented Jan 10, 2020

The added test case depends on #29104. Holding off until it's merged

@DougGregor
Copy link
Member

@swift-ci please test

@rintaro rintaro merged commit 2311712 into swiftlang:swift-5.2-branch Jan 13, 2020
@rintaro rintaro deleted the 5.2-ide-completion-underlinedkw-rdar56963545 branch January 13, 2020 18:21
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