Replies: 1 comment 22 replies
-
Thanks for the feedback!
That should work fine, do you have an example where it doesn't work? Is it both with Metals and Intellij? |
Beta Was this translation helpful? Give feedback.
22 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.
-
Hi,
I know that Scala CLI is definitely not intended for Java projects.
However, recently, I am trying to encourage Java devs to Scala, especially by introducing the powers of Scala 3 along with Scala-CLI and I got really nice feedback.
In one case, I went one step ahead and used Java code in my discussions/meetups with friends and colleagues. And some people were really interested and curious about the usage of Scala-CLI for writing Java code initially and slowly learning Scala along with it. I just published a new blog about it as well
However, I was wondering if there is any way to get the navigation and code highlighting with third party deps. With core-java classes, it works fine with java plugins in intellij and vscode.
IS there any quick way or hack that makes auto-complete and code navigation for Java code in Scala-CLI?
Thanks for working on this amazing tool!
Beta Was this translation helpful? Give feedback.
All reactions