<html> | |
<head> | |
<link rel="stylesheet" type="text/css" href="css/tips.css"> | |
</head> | |
<body> | |
<p> | |
You can use the <span class="">Extract Variable</span> | |
refactoring even on incomplete statements. | |
Just select the necessary block in the editor and press <span class="shortcut">&shortcut:IntroduceVariable;</span>.</p> | |
<p class="image"><img src="images/extract_variable_incomplete.png"></p> | |
</body> | |
</html> |