You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@CheckedTemplate(defaultName = "game") is not working either, I am not sure what is what
defaultName defines the way a template name is extracted from the method name. By default, the element name is taken as-is. The other strategies include "hyphenated element name"; fooBar() -> foo-bar, and "underscored element name"; fooBar() -> foo_bar.
See IJ PR redhat-developer/intellij-quarkus#1173
should be
templates/game/...
cc @mkouba can maybe confirm?
The text was updated successfully, but these errors were encountered: