Replies: 1 comment 2 replies
|
So Metals always required a recompilation of sources to see the changes, Bloop only minimized the time for the recompilation. There is a long standing issue that is related and has a discussion about this topic #917 I would love to experiment with it when working with Scala 3 and maybe port the approach back to Scala 2, which should fix the issues you are seeing. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
One thing I had always admired about programming in the Eclipse IDE was the fact that it detected problems and updated it's auto-complete immediately after I changed something in one of my source files. Whereas in IntelliJ, I could change a file and then another editor window that had source code that is dependant wouldn't really pickup on the change until I did a full re-compile.
I loved the fact that Metals used to work like Eclipse, but I feel as though in more recent updates to the plugin it is acting more like IntelliJ.
Am I imagining this? Perhaps it has more to do with bloop than metals? Or a misconfiguration on my system?
All reactions