mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJPF-CR-30496 [java-inspections] IDEA-376710 "Static import can be used". Add a quick-fix to delete imports from the table
- delete `for` (cherry picked from commit 5ff933341b75d73c4c2b53cefbf5d82df488e6a5) IJPF-CR-30496 GitOrigin-RevId: 35a48d4730458ad36f546e0d2238166b75b54324
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cbc5854206
commit
119ea0e42b
@@ -196,7 +196,7 @@ exclude.from.completion.group=Exclude from auto-import and completion:
|
||||
auto.static.import.completion.group=Include auto-import of static members in completion:
|
||||
auto.static.import.comment=Add a class or member of a class to include in auto-import and completion
|
||||
auto.static.import.comment.project=Include auto-import of static members in completion for project settings:
|
||||
auto.static.import.comment.ide=Include auto-import of static members for in completion IDE settings:
|
||||
auto.static.import.comment.ide=Include auto-import of static members in completion IDE settings:
|
||||
auto.static.import.class=Class or static members
|
||||
auto.static.import.scope=Scope
|
||||
auto.static.import.example=Examples: 'java.util.Objects' or 'java.util.Objects.requireNonNull'
|
||||
|
||||
Reference in New Issue
Block a user