Skip to content

Conversation

dos65
Copy link
Contributor

@dos65 dos65 commented Aug 25, 2025

Currently it incorectly adds completion members with square brackets. Exmaple:

class X derives CanEqua@@ // returns `CanEqual[@@]` and `CanEqual`
                          // should return only `CanEqual`

Currently it incorectly adds completion members with square brackets.
Exmaple:
```scala
class X derives CanEqua@@ // returns `CanEqual[@@]` and `CanEqual`
                          // should return only `CanEqual`
```
Copy link
Contributor

@tgodzik tgodzik left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for the contribution!

@tgodzik tgodzik merged commit 17f1803 into scala:main Aug 26, 2025
63 of 64 checks passed
tgodzik pushed a commit to scala/scala3-lts that referenced this pull request Sep 1, 2025
Currently it incorectly adds completion members with square brackets.
Exmaple:
```scala
class X derives CanEqua@@ // returns `CanEqual[@@]` and `CanEqual`
                          // should return only `CanEqual`
```
[Cherry-picked 17f1803]
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.

2 participants