Skip to content

[SyntaxParse] Introduce CodeCompletionTypeSyntax #27325

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
Sep 24, 2019

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Sep 24, 2019

To represent a type with code completion.

  type? '.'? <code-completion-token>

This is "parser only" node which is not exposed to SwiftSyntax.
Using this, defer to set the parsed type to code-completion callbacks.

@rintaro
Copy link
Member Author

rintaro commented Sep 24, 2019

@swift-ci Please Python lint

@rintaro
Copy link
Member Author

rintaro commented Sep 24, 2019

@swift-ci Please smoke test

@rintaro rintaro force-pushed the syntaxparse-cctype branch 2 times, most recently from 79ec143 to 47df8a0 Compare September 24, 2019 17:15
@rintaro
Copy link
Member Author

rintaro commented Sep 24, 2019

@swift-ci Please Python lint

To represent a type with code completion.

  type? '.'? <code-completion-token>

This is "parser only" node which is not exposed to SwiftSyntax.
Using this, defer to set the parsed type to code-completion callbacks.
@rintaro
Copy link
Member Author

rintaro commented Sep 24, 2019

@swift-ci Please Python lint

@rintaro
Copy link
Member Author

rintaro commented Sep 24, 2019

@swift-ci Please Python lint

@rintaro
Copy link
Member Author

rintaro commented Sep 24, 2019

@swift-ci Please smoke test

@rintaro rintaro merged commit 439b911 into swiftlang:master Sep 24, 2019
rintaro added a commit to rintaro/swift that referenced this pull request Oct 14, 2019
…ctype"

This reverts commit 439b911, reversing
changes made to 4e476ff.
rintaro added a commit to rintaro/swift that referenced this pull request Oct 14, 2019
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.

1 participant