[java-completion] IDEA-359174 command completion

- add new actions: getter/setter/find usages, introduce variable
- fix set of actions

GitOrigin-RevId: 9f733d5b38cb8333c3c83e1a0f3d8ea43d7bcbb1
This commit is contained in:
Mikhail Pyltsin
2024-12-03 21:33:19 +00:00
committed by intellij-monorepo-bot
parent 5238e08e3f
commit 94efe9cb4d
11 changed files with 187 additions and 54 deletions
@@ -134,6 +134,8 @@ create.write.only.property.from.usage.full.text=Create write-only property ''{0}
create.getter=Create Getter
# suppress inspection "UnusedProperty"
create.setter=Create Setter
# suppress inspection "UnusedProperty"
create.getter.setter=Create Getter/Setter
create.annotation.family=Add annotation to declaration
create.annotation.text=Annotate as @{0}
defer.final.assignment.with.temp.family=Defer final assignment with temp