Hi! I have a plugin based on the template. It work...
# intellij-plugins
a
Hi! I have a plugin based on the template. It works but codana complains I should replace
myenum.values()
with
myenum.entries
which fails to build with
Unresolved reference: entries
. Idea shows no error and I can Ctrl+click on
entries
. Any suggestions?
The error persists with the latest template changes.
myenum.entries
fails to build with
Unresolved reference: entries
.