Skip to content

[5.9][CodeComplete] Offer completions for the names: argument of a macro declaration #65569

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

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented May 2, 2023

  • Explanation: When completing after names:, completion should offer the different ways you can specify the names, i.e. arbitrary, named, etc.
@freestanding(declaration, names: #^COMPLETE^#)

… declaration

When completing after `names:`, completion should offer the different ways you can specify the names, i.e. `arbitrary`, `named`, etc.

```
@freestanding(declaration, names: #^COMPLETE^#)
```

rdar://108535077
@ahoppen ahoppen requested a review from a team as a code owner May 2, 2023 03:10
@ahoppen
Copy link
Member Author

ahoppen commented May 2, 2023

@swift-ci Please test

@ahoppen ahoppen changed the title [CodeComplete] Offer completions for the names: argument of a macro declaration [5.9][CodeComplete] Offer completions for the names: argument of a macro declaration May 2, 2023
@AnthonyLatsis AnthonyLatsis added 🍒 release cherry pick Flag: Release branch cherry picks swift 5.9 labels May 3, 2023
@ahoppen ahoppen merged commit 76e21ad into swiftlang:release/5.9 May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 release cherry pick Flag: Release branch cherry picks swift 5.9
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants