-
Notifications
You must be signed in to change notification settings - Fork 134
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
Scala CLI actionable diagnostics for using directives #1542
Comments
One I just came across.
Which under the hood looks like:
It'd be great to just have |
to be tracked under #2622
to be tracked under #2634 Closing this, feel free to create separate tickets for future actionable diagnostics. |
From the previous version of Scala CLI was introduced a new actionable diagnostic which can be turned on by running the command:
and to disable it users have to run:
It is integrated with metals with QuickFix actions:
Screen.Recording.2022-11-05.at.11.14.15.mov
It works only from the nightly version of Metals.
Describe the solution you'd like
For now, it is only available one actionable diagnostic for updating outdated dependencies. I created this issue to track other actionable diagnostics and collect some others ideas.
Some ideas for a new actionable diagnostics:
//> using scala
.ivy
anddep
syntax to using directive. It should replaceivy/dep
to//> using lib
The text was updated successfully, but these errors were encountered: