Description
Does this issue occur when all extensions are disabled?: Yes/No
GitHub Copilot continuously pollutes my code with unsolicited suggestions that are too easy to accept accidentally via Tab. Most of these suggestions are unhelpful or irrelevant.
I would strongly prefer the default behavior to be reversed: completions should only appear when I explicitly request them. By default, I want control over my code — not constant interference.
At the very least, there should be a clear setting to disable Tab as the default accept key and bind a custom shortcut instead.
- VS Code Version:
Version: 1.101.2 (user setup)
Commit: 2901c5a
Date: 2025-06-24T20:27:15.391Z
Electron: 35.5.1
ElectronBuildId: 11727614
Chromium: 134.0.6998.205
Node.js: 22.15.1
V8: 13.4.114.21-electron.0
OS: Windows_NT x64 10.0.26100
- OS Version: Windows 11
Edition Windows 11 Pro
Version 24H2
Installed on 15.04.2025
OS build 26100.4349
Experience Windows Feature Experience Pack 1000.26100.107.0
Steps to Reproduce:
-
Open a file in any supported language, e.g., ActionScript.
-
Press Enter, or edit around: completions are inserted close to your editing point in a somewhat-more-transparent font. These suggestions can be inadvertently included while pressing Tab for other reasons, such as to indent or format code. This is especially frustrating when I did not ask for a completion. Please give me the choice: let me ask for a completion when I need one, and do not intoxicate my editing session with suggestions I did not request.