Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellisense popup suggestions are too invasive/frequent, impact productivity, and mangle my code #155410

Closed
mikeburdick opened this issue Jul 16, 2022 · 2 comments
Assignees

Comments

@mikeburdick
Copy link

mikeburdick commented Jul 16, 2022

Issue Type: Feature Request

When I write code in VS Code I am constantly closing down intellisense popup suggestions. Worst case is when a popup will actually update the code I am writing and mangle it.

If I want intellisense help I'll press Ctrl+space or Ctrl+shift+space when I want it.

Give me a easy setting to disable ALL intellisense popups unless I press Ctrl+space and ask for help.

I am a experienced developer and touch typist who does not need intellisense help. Having to constantly press the Esc key to close a intellisense popup menu while I am writing code is killing my productivity and making me hate VS Code.

I have tried to disable this by having this in my settings.json but it doesn't stop the popups while I am writing code:

"editor.quickSuggestions":{
  "other": "off",
  "comments": "off",
  "strings": "off"
}

After some more searching it looks like adding this to settings.json stops that jarring parameter window popping up and covering up the code I want to see.

"editor.parameterHints.enabled": false,

But I still get suggestions for Properties Names and so on.

What do I need to do to stop ALL intellisense suggestions from popping up?

I understand how this is useful for more beginning programmers but while I am programming I really don't want anything popping up covering code I may be looking at as I write code.

I think having a single setting to disable all Intellisense popups while writing code would be useful. From searching the internet I don't think I am alone in this thinking.

VS Code version: Code 1.69.1 (b06ae3b, 2022-07-12T08:21:24.514Z)
OS version: Windows_NT x64 10.0.22000
Restricted Mode: No

@jrieken
Copy link
Member

jrieken commented Jul 18, 2022

What do I need to do to stop ALL intellisense suggestions from popping up?

Also configure this setting: editor.suggestOnTriggerCharacters

@mikeburdick
Copy link
Author

Thanks that last setting is perfect, Ctrl+Space and Ctrl+Shift+Space still work when I need them and I can write code without being disturbed and stay in the zone...

@jrieken jrieken closed this as completed Jul 19, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Sep 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants