[IFT] Generalize postfix completion lessons

IDEA-CR-71209

GitOrigin-RevId: 12cb5a709a58acd749ba5c150d228b15c7a4441a
This commit is contained in:
Konstantin Hudyakov
2021-04-08 19:44:02 +03:00
committed by intellij-monorepo-bot
parent ca1568853b
commit 7dea2dadc8
6 changed files with 99 additions and 58 deletions

View File

@@ -55,7 +55,8 @@ python.f.string.completion.invoke.manually=You can invoke completion manually wi
python.f.string.completion.complete.it=Complete the statement with {0}. Just press {1} to apply the first item.
python.f.string.completion.result.message=You may see that a simple Python string was replaced by f-string after the completion.
python.postfix.completion.select.item=Select {0} item from the completion list.
python.postfix.completion.type=Type {0} after the parenthesis to see the list of suggestions.
python.postfix.completion.complete=Select {0} from the list and press {1} to complete the statement.
python.smart.completion.lesson.name=Smart completion
python.smart.completion.try.basic.completion=Try using Basic Completion by pressing {0}.