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

bugfix: [metals] Case completions for tuple type #18751

Merged
merged 1 commit into from Oct 27, 2023
Merged

Conversation

jkciesluk
Copy link
Collaborator

We shouldn't show case completions for tuple type if query doesn't match label. Also, sometimes label contained x$1 symbol (eg. (x$1: (Int, Int)) @unchecked scala, which we don't want to show to the user.

Connected to scalameta/metals#5292

We shouldn't show case completions for tuple type if query doesn't match label.
Also, sometimes label contained x$1 symbol (eg. (x$1: (Int, Int)) @unchecked scala, which we don't want to show to the user.
@jkciesluk jkciesluk changed the title bugfix: Case completions for tuple type bugfix: [metals] Case completions for tuple type Oct 24, 2023
@jkciesluk jkciesluk merged commit 93a2924 into scala:main Oct 27, 2023
18 checks passed
@jkciesluk jkciesluk deleted the m5292 branch October 27, 2023 11:06
@rochala rochala added the area:presentation-compiler Related to the presentation compiler module used by Metals and possibly other tools label Oct 30, 2023
@Kordyjan Kordyjan added this to the 3.4.0 milestone Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:presentation-compiler Related to the presentation compiler module used by Metals and possibly other tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants