'Visual studio 2022 how to auto complete only on tab?
Right now, visual studio 2022 will auto complete on a whole bunch of characters that I use in normal coding, such as ( and space.If i for example intend to create the method Generate later but add a call to it in my code, typing Generate( it will be replaced with GenerateDocumentationPage() which is completely irrelevant. So then I have to revert and type my function call again. How can I fix this so that it only complete on tab?
I was hoping to find some setting for this under IntelliCode but it seems like there is no configuration for auto replacement there. How can this be solved?
Solution 1:[1]
I think I have found the answer in next link:
ANSWER: Edit -> IntelliSense -> Switch Between automatic and tab-only IntelliSense completion or Shortcut CTRL+ALT+SPACE
Best Regards, GenĂs
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | user19102018 |