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: Scala 3 adjust edit range for override completions starting w/ def #5365

Merged
merged 1 commit into from Jun 22, 2023

Conversation

kasiaMarek
Copy link
Contributor

resolves: #5361

@kasiaMarek kasiaMarek marked this pull request as ready for review June 21, 2023 14:52
| def foo: String
|
|object Bar extends Foo:
| def@@
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you also check if that works in VS Code, it seems we might be setting a wrong filter text

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Screenshot 2023-06-22 at 10 49 16

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!

@tgodzik tgodzik merged commit 5aaddee into scalameta:main Jun 22, 2023
24 checks passed
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.

Incorrect text edit for Scala3 trait member completions
2 participants