Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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
Contributor

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
WojciechMazur added a commit that referenced this pull request Jun 23, 2024
…20755)

Backports #18751 to the LTS branch.

PR submitted by the release tooling.
[skip ci]
# for free to join this conversation on GitHub. Already have an account? # 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.

3 participants