casid / jte-intellij

IntelliJ plugin for jte template files.
https://github.com/casid/jte
Apache License 2.0
23 stars 5 forks source link

Better error message for default package classes #30

Open casid opened 1 year ago

casid commented 1 year ago

Since org.jusecase.jte.intellij.language.JteJavaLanguageInjector uses a dummy class in the default package, no errors are provided by the plugin if a class from the default package is used.

Maybe we could generate the Dummy class a different package (ideally one, that no user is using).

See https://github.com/casid/jte/issues/258