I have the C# and C# Dev Kit extensions installed in Visual Studio Code. Sometimes the editor will suggest code to complete a line or portion of a line, such as this example in the orange box:
How do I disable this functionality in Visual Studio Code?
>Solution :
You can disable inline suggestions from IntelliCode:
- Go to File > Preferences > Settings.
- Search for IntelliCode and find the settings labeled Editor: Inline Suggestions.
- Uncheck Editor:Inline Suggestions to disable it.
Some C# extensions, like the C# Dev Kit, might also have settings for IntelliSense or AI-based suggestions
- Go to Settings and search for C# Dev Kit or just C#.
- Look for any settings that control IntelliSense or AI-based suggestions, and adjust them as needed.
