IFT-219 Remove explicit invoke completion step

GitOrigin-RevId: 0e68537ba48f938c67f5fb56954791a87dcc7903
This commit is contained in:
Alexey Merkulov
2021-06-25 15:51:34 +00:00
committed by intellij-monorepo-bot
parent cefe3d90e0
commit def6bcf483
2 changed files with 28 additions and 29 deletions

View File

@@ -21,16 +21,18 @@ python.onboarding.balloon.click.here=Click here to set a breakpoint
python.onboarding.toggle.breakpoint.1=You may notice that instead of the expected value of {0}, the {1} method returns {2}. \
Let's stop at the return statement to debug the problematic code.
python.onboarding.toggle.breakpoint.2=Click the gutter in the highlighted area to set a breakpoint.
python.onboarding.balloon.start.debugging=\u0421lick the icon to start debugging
python.onboarding.balloon.start.debugging=Click the icon to start debugging
python.onboarding.start.debugging=Click the {0} icon to start the debugging process.
python.onboarding.balloon.about.debug.panel=The {0} tool window provides toolbars with various debugging actions. You can take the {1} lesson later to try them.
python.onboarding.balloon.stop.debugging=Click the icon to stop debugging
python.onboarding.stop.debugging=Let''s stop debugging. Click the {0} icon.
python.onboarding.type.division=Once you discovered the problem in the code, let''s fix it. Divide the resulting sum by the length of the values. Type {0}.
python.onboarding.choose.len.item=<ide/> shows completion options automatically as you type. Select the {0} item using the keyboard arrows and press {1}.
python.onboarding.invoke.completion=Now let''s invoke code completion to insert {0} inside parentheses {1}. Press {2} to open the completion list.
python.onboarding.choose.values.item=You may type {0} to reduce the number of suggested items. Select {1} and press {2}.
python.onboarding.invoke.intention.for.warning.1=You have just fixed a bug but you can make this code look even better. PyCharm highlights and adds a yellow bulb to the code lines that can be improved.
python.onboarding.type.division=Once you discovered the problem in the code, let''s fix it. Divide the resulting sum by the length of the values. \
<ide/> shows completion options automatically as you type. Type {0}.
python.onboarding.choose.len.item=Select the {0} item using the keyboard arrows and press {1}.
python.onboarding.invoke.completion=Now let''s start typing {0} inside parentheses {1}.
python.onboarding.choose.values.item=Select {0} and press {1}.
python.onboarding.invoke.intention.for.warning.1=You have just fixed a bug, but you can make this code look even better.\
PyCharm highlights and adds a yellow bulb to the code lines that can be improved.
python.onboarding.invoke.intention.for.warning.2=Press {0} to preview the warnings and apply a quick fix.
python.onboarding.select.fix=Apply the first item: {0}. With this fix, your code looks neat.
python.onboarding.invoke.intention.for.code=Intentions also save your time and make coding easier. Let''s use an intention to quickly add a return type for {0}. Press {1}.