Does anyone happen to know what `group-id` to use ...
# intellij-plugins
p
Does anyone happen to know what
group-id
to use in
plugin.xml
if I want to add my action somewhere into the right panel?
It’s
NewGroup
, e.g.
Copy code
<add-to-group group-id="NewGroup" anchor="after" relative-to-action="Kotlin.NewFile"/>