Merge pull request #14 from Geravant/igor/programming-basics-repetition-with-while-exercise5-EDC-430
fix(Programming Basics - Repetition with Loops - Exercise 5): The act…
This commit is contained in:
commit
cbc7b0d0b3
|
@ -4,11 +4,11 @@ IntelliJ IDEA can extract a `val` or `var` automatically. Select the expression
|
|||
`getFooResult()` inside a string template, then do one of the following:
|
||||
|
||||
- Invoke <span class="control">`Find action`</span> (by pressing <span class="shortcut">&shortcut:GotoAction;</span>),
|
||||
then type `Extract variable` to find the corresponding action
|
||||
then type `Introduce variable` to find the corresponding action
|
||||
|
||||
- Press <span class="shortcut">&shortcut:IntroduceVariable;</span>;
|
||||
|
||||
- Choose <span class="control">`Refactor | Extract | Variable...`</span>
|
||||
- Choose <span class="control">`Refactor | Extract/Introduce | Variable...`</span>
|
||||
in the application menu.
|
||||
|
||||
Type the name of the new variable. IntelliJ IDEA tries to suggest a name
|
||||
|
|
Loading…
Reference in New Issue