Skip to content

Commit 16cd5b0

Browse files
authored
Fixes #3256
1 parent 1915ba3 commit 16cd5b0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/ide/reference/rename.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,13 @@ This refactoring applies to:
6262
6363
4. When you're happy with the change, choose the **Apply** button or press **Enter** and the changes will be committed.
6464

65-
> [!NOTE]
66-
> If you use a name that already exists which would cause a conflict, the **Rename** box will warn you.
67-
>
68-
> ![Rename Conflict](media/rename-conflict-cs.png)
65+
## Remarks
66+
67+
- If you use a name that already exists which would cause a conflict, the **Rename** box will warn you.
68+
69+
![Rename Conflict](media/rename-conflict-cs.png)
70+
71+
- Another way to rename a symbol is to change its name in the editor. Then, with the cursor in the symbol name, press **Ctrl**+**.** or just expand the light bulb icon menu that appears and choose **Rename \<old name> to \<new name>**.
6972

7073
## See also
7174

0 commit comments

Comments
 (0)