blob: 1d51823961d527a427c0abf14d10a0b5c9a4af21 [file] [log] [blame]
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>You can easily rename your classes, methods and variables with automatic correction of all places where they are used.</p>
<p>To try it, place the caret at the symbol 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 width="492" height="133" src="images/rename.png"></p>
</body>
</html>