mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[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:
committed by
intellij-monorepo-bot
parent
5238e08e3f
commit
94efe9cb4d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user