mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-379518 [java] add "Shorten @NotNull annotations to !-suffix" checkbox to java annotation inlays settings
GitOrigin-RevId: 4c1e41d71f5587d8631336ade7eb14a898d786ff
This commit is contained in:
committed by
intellij-monorepo-bot
parent
84d2895c10
commit
2dee31ad54
@@ -1215,12 +1215,14 @@ section.title.inspection.suspicious.names.ignore.methods=Ignore methods:
|
||||
set.language.level=Set language level
|
||||
set.language.level.to.0=Set language level to {0}
|
||||
settings.completion.ml.java.display.name=Java
|
||||
settings.inlay.java.annotations=Annotations
|
||||
settings.inlay.java.annotations=Java
|
||||
settings.inlay.java.annotations.description=Show automatically generated annotations and annotations stored externally from your Java code.
|
||||
settings.inlay.java.builder.like.methods=Builder-like methods
|
||||
settings.inlay.java.complex.expressions.binary.functional.array.access.and.other=Complex expressions as arguments
|
||||
settings.inlay.java.enum.constants=Enum constants
|
||||
settings.inlay.java.external.annotations=External annotations
|
||||
settings.inlay.java.inferred.annotations=Inferred annotations
|
||||
settings.inlay.java.shortened.notnull.annotation=Shorten @NotNull annotations to !-suffix
|
||||
settings.inlay.java.inheritors=Inheritors
|
||||
settings.inlay.java.implicit.types.local=Implicit types
|
||||
settings.inlay.java.implicit.types.local.description=Local variables declared with the var keyword when the inferred type may not be clear from the right part of the assignment, for example, when using a factory method.
|
||||
|
||||
Reference in New Issue
Block a user