How can I configure the intellisense in Visual Studio so that it will only auto-complete code when I press tab? I find the intellisense is out of control to where sometimes I can hardly type anything without it throwing code in there. It's not difficult to press tab, so I would really like it to only auto-complete when I press tab. I've been able to do this in other IDE's but it seems like there is no such setting in Visual Studio.
- I am working in Visual Studio 2017 Community, NOT VS Code.
- My OS is Windows.
- I am coding in C# at the moment but I would like to apply this globally to any/all programming languages in the IDE.
I have read something about a json file you can edit to configure these settings. I read in another forum you can access it from Tools >Options but I've seen no such file and I don't know where I would find it in the file explorer.