How can I disable auto-complete in the vscode debugger?
If there's a way to make it not autocomplete when I'm inside of quotes that would be perfect.
To end a debugging session in Microsoft Visual Studio, from the Debug menu, choose Stop Debugging.
According to this, in File->Preferences->Settings, toggle off debug.console.historySuggestions
, then history suggestion of debug console will be disabled. In debug.console
, there should also be an option for command completions, which depends on your debugger plugin. For CodeLLDB, it is Lldb: Command Completions
. Toggle off it, then the command auto-complete in debug console should be disabled.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With