mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 04:09:09 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
18 lines
634 B
HTML
18 lines
634 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<p>You can easily rename your local variables with automatic correction of all places where they are used.</p>
|
|
<p>To try it, place the caret at the variable you want to rename, and press <span class="shortcut">&shortcut:RenameElement;</span>
|
|
(<span class="control">Refactor | Rename</span>).
|
|
Type the new name in the popup window that appears, or select one of the suggested names,
|
|
and press
|
|
<span class="shortcut">Enter</span>.</p>
|
|
<p class="image"><img src="images/rename.png"></p>
|
|
|
|
</body>
|
|
</html>
|