VSCode - Disable autocomplete only for backspace key (and delete)

Whenever I type the quotation marks " VSCode automatically inserts two of them. E.g. "<CURSOR_HERE>". Which I think is fine.

But whenever I delete one of the quotation marks, it deletes both. This is not fine.

Does VSCode support it that removing characters with backspace (or delete) does not trigger "auto complete".

1 Answer

Try the following:

  • Tools
  • Options
  • Text editor
  • C# or whichever language you are using
  • General
  • Uncheck 'Automatic brace completion'
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like