How to disable Visual Studio's autocomplete while in comments

Kat

Visual Studio seems to have some kind of limited auto-complete that occurs while typing comments. It seems to be listing classes, variables etc just to fill in their name. Here's an image showing it popping up while I type "form".

Image showing the autocomplete

I find this highly undesirable because comments are not usually code and I'm finding myself typing a common word (like "form") only for it to be replaced with the capitalized version because there's a class with the same name.

How can I disable it only in the comments? I do not want to disable it anywhere else nor make it harder to access elsewhere. Ideally I'd be able to manually open it with CTRL + SPACE or similar (right now that causes a seemingly useless second menu to appear).

Kat

Turns out this is being done by the Viasfora extension. It can be disabled from Options > Viasfora > General > Text Editor and set "enable plain-text completion" to be false.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Disable Visual Studio autocomplete

How do I disable IntelliSense in comments in Visual Studio Code?

How to disable "fake" closing-bracket comments in Visual Studio Code?

How to disable comment autocomplete of /// in C++ for Visual Studio?

How to disable Enter key autocomplete for Jupyter notebooks in Visual Studio Code

How do I autocomplete a tag or element in Visual Studio while typing?

How to disable PSScriptAnalyzer's PSAvoidUsingCmdletAliases in PowerShell Extension in Visual Studio Code

How to flag invalid XML comments in visual studio?

How to avoid this annoying autocomplete in visual studio code

How to setup WebGL autocomplete on Visual Studio Code?

Visual Studio runs comments

How to disable internal terminal while debugging for .Net Core projects in Visual Studio 2022 preview

how to disable outside scrolling while mat-autocomplete panel is open?

Visual studio bad autocomplete

How to disable comments on "twig"?

How to disable PHP validation in Visual Studio Code?

How to disable visual studio update during the installation

How to disable TestResults folder in Visual Studio?

How to disable an individual bookmark in Visual Studio 2012?

How to disable syntax coloring in Visual Studio Code

How to disable a warning in Visual Studio 2015 for C?

How to disable LESS intellisense in Visual Studio 2013?

How to disable the light bulb in Visual Studio Code

How to disable "safe write" in Visual Studio Code

How to disable grid dots in Visual Studio 2015

How to disable AVX in Visual Studio 2017 15.5?

Visual Studio Extension: How to disable native command?

How to disable Visual Studio 2012 pop ups?

how to enable or disable visual studio feature