Skip to content

Commit 817b44d

Browse files
authored
Mention how to disable
1 parent 3ec3fcd commit 817b44d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/ide/visual-studio-whole-line-completions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ This feature supports C# in Visual Studio 2022.
1818

1919
![Screenshot of Whole Line Completion by IntelliCode in Visual Studio.](media/intellicode/intellicode-visual-studio-whole-line-completions-small.png)
2020

21+
To turn text predictions off, disable the IntelliCode extension by choosing **Extensions** > **Manage Extensions** from the menu, find and select the IntelliCode extension, and then click **Disable**.
22+
2123
## How it works
2224

2325
IntelliCode uses a large scale transformer model, trained on around half a million public, open-source repos from GitHub. This model makes predictions on what you type next based on a rich knowledge of what you have coded so far, including:

0 commit comments

Comments
 (0)