Skip to content
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

feat: Implement completions for named tuple fields #21202

Merged
merged 3 commits into from
Jul 17, 2024

Conversation

KacperFKorban
Copy link
Member

closes #20478

@KacperFKorban KacperFKorban marked this pull request as ready for review July 16, 2024 20:09
@rochala rochala self-requested a review July 17, 2024 08:24
Copy link
Contributor

@rochala rochala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, could you add one more test case in scala3-language-server/CompletionTest.scala ? Right now this is the place where we test only the compiler completions. In the future, it should be migrated to presentation compiler, but as of now this is a technical debt

@KacperFKorban KacperFKorban merged commit 3e78238 into scala:main Jul 17, 2024
25 checks passed
@KacperFKorban KacperFKorban deleted the fix-i20478 branch July 17, 2024 12:59
WojciechMazur pushed a commit that referenced this pull request Aug 28, 2024
closes #20478

---------

Co-authored-by: Jędrzej Rochala <[email protected]>
[Cherry-picked 3e78238]
WojciechMazur added a commit that referenced this pull request Aug 28, 2024
#21490)

Backports #21202 to the 3.5.2 branch.

PR submitted by the release tooling.
[skip ci]
WojciechMazur added a commit that referenced this pull request Aug 28, 2024
#21491)

Backports #21202 to the 3.5.2 branch.

PR submitted by the release tooling.
[skip ci]
@WojciechMazur WojciechMazur added this to the 3.5.2 milestone Oct 8, 2024
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.

Named Tuples do not have completion suggestions
3 participants