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

No completions for requests just before String #22514

Open
rochala opened this issue Feb 4, 2025 · 1 comment
Open

No completions for requests just before String #22514

rochala opened this issue Feb 4, 2025 · 1 comment
Labels
area:presentation-compiler Related to the presentation compiler module used by Metals and possibly other tools itype:bug

Comments

@rochala
Copy link
Contributor

rochala commented Feb 4, 2025

Compiler version

latest.nightly

Minimized code

object M:
  val VersionRegex = "".r
  Ver@@"1234"

Output

Nothing

Expectation

VersionRegex completion should be returned in this position.

@rochala rochala added area:presentation-compiler Related to the presentation compiler module used by Metals and possibly other tools itype:bug labels Feb 4, 2025
@som-snytt
Copy link
Contributor

It looks like an interpolator.

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 itype:bug
Projects
None yet
Development

No branches or pull requests

2 participants