Visual Studio 2022, how to enable auto generation with two tabs instead of one?

75 Views Asked by At

In Visual Studio 2019, when generating auto complete statements, I have to press Tab twice to output the snippet. I have built up muscle memory for that over the years and now in VS 2022 it seems to be a mix of one tab and two. Is there a setting that I can make it always two tabs?

Example: Create a new C# class and go to add a property. If you type "prop", in the past it would be "tab tab" to then output the property statement and it would auto select the type to allow me to type and change it. Now the first tab outputs the line and then the next tab makes it move from the type part of the statement to the variable name. I then have to go back to edit the type afterwards.

0

There are 0 best solutions below