|
Metals v1.6.3 added auto-importing on paste. For me it's completely broken. Even copying within the same files, it invents imports that don't exist (importing instance properties and methods as if they were static, typically). I use Scala 2.12.20 in my current project. How can I disable it? |
Answered by
tgodzik
Oct 23, 2025
Replies: 1 comment
|
Sorry about that! I thought I would fix it quicker. It's only the shortcuts being replaced, I reverted that and will experiment with a fixed version a bit longer before enabling again. I am running a new release of the metals plugin, once that is done, you should not see the issue. |
0 replies
Answer selected by
sjrd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry about that! I thought I would fix it quicker. It's only the shortcuts being replaced, I reverted that and will experiment with a fixed version a bit longer before enabling again.
I am running a new release of the metals plugin, once that is done, you should not see the issue.