mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
[IFT] Generalize postfix completion lessons
IDEA-CR-71209 GitOrigin-RevId: 12cb5a709a58acd749ba5c150d228b15c7a4441a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ca1568853b
commit
7dea2dadc8
@@ -11,10 +11,8 @@ java.basic.completion.module.promotion=You will find more about refactorings in
|
||||
java.run.configuration.lets.run=Any code marked with {0} can be run. Let''s run our simple example with {1}. \
|
||||
Alternatively, you can click {0} and select the {2} item.
|
||||
|
||||
java.postfix.completion.apply=Postfix Completion helps you reduce backward caret jumps as you write code. \
|
||||
It lets you transform an already typed expression into another one based on the postfix you add, the type of expression, and its context. \
|
||||
Type {0} after the parenthesis to see the list of postfix completion suggestions. \
|
||||
Select {1} from the list or type it in the editor and then press {2} to complete the statement.
|
||||
java.postfix.completion.type=Type {0} after the parenthesis to see the list of postfix completion suggestions.
|
||||
java.postfix.completion.complete=Select {0} from the list or type the same value in the editor. Press {1} to complete the statement.
|
||||
|
||||
java.smart.type.completion.lesson.name=Smart type completion
|
||||
java.smart.type.completion.apply=Smart Type Completion filters the list of suggestions to include only the types applicable \
|
||||
|
||||
Reference in New Issue
Block a user