From 9cbba5d86adf318f7fe700434077ee0cfd8ee4ee Mon Sep 17 00:00:00 2001 From: M Hickford Date: Tue, 21 May 2024 16:30:09 +0100 Subject: [PATCH] Update list of word wrap issues --- docs/ide/reference/how-to-manage-word-wrap-in-the-editor.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ide/reference/how-to-manage-word-wrap-in-the-editor.md b/docs/ide/reference/how-to-manage-word-wrap-in-the-editor.md index 7fcc764c958..b6eb963a933 100644 --- a/docs/ide/reference/how-to-manage-word-wrap-in-the-editor.md +++ b/docs/ide/reference/how-to-manage-word-wrap-in-the-editor.md @@ -42,9 +42,9 @@ You can set and clear the **Word wrap** option. When this option is set, the por If you're familiar with word wrap in Notepad++, Sublime Text, or Visual Studio Code (also known as VS Code), be aware of the following issues where Visual Studio behaves differently to other editors: -* [Triple click doesn't select whole line](https://developercommunity.visualstudio.com/t/fix-known-issues-in-word-wrap/351760) -* [Pressing End key twice doesn't move cursor to end of line](https://developercommunity.visualstudio.com/t/fix-known-issues-in-word-wrap/351760) +* [Unexpected and sporadic indents](https://developercommunity.visualstudio.com/t/Unexpected-and-sporadic-indents-when-usi/10635809) +* [Pressing Home key twice should move cursor to very beginning of line](https://developercommunity.visualstudio.com/t/Pressing-Home-key-twice-should-move-curs/10635835) ## Related content -[Features of the code editor](../writing-code-in-the-code-and-text-editor.md) \ No newline at end of file +[Features of the code editor](../writing-code-in-the-code-and-text-editor.md)