Replies: 1 comment 21 replies
-
As long as it's found as a main class by the build tool it should work. I guess the problem here is that we do not know where |
Beta Was this translation helpful? Give feedback.
21 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have compiler plugin that from an annotated class like
@top class Foo
creates a main entry point namedtop_Foo
.I wonder if there is a way to get metals to recognize the main entry point and place the
run
anddebug
icons above the@top
annotation (scalac of course recognizes these entry points successfully). Is there something that the compiler plugin needs to do for Metals to be able to recognize this?Beta Was this translation helpful? Give feedback.
All reactions