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

Setting to turn off ALL popups? #14840

Closed
tslocke opened this issue Nov 2, 2016 · 4 comments
Closed

Setting to turn off ALL popups? #14840

tslocke opened this issue Nov 2, 2016 · 4 comments
Assignees

Comments

@tslocke
Copy link

tslocke commented Nov 2, 2016

  • VSCode Version: 1.6.1
  • OS Version: MacOS 10.12

Steps to Reproduce:

  1. Do any programming in JavaScript

VS Code is constantly popping up tips etc around the caret. My personal experience is that they are more of a hindrance than a help 99% of the time. I am CONSTANTLY hitting escape to get rid of them so I can see my code.

Is there an option to have them triggered by a shortcut key rather than automatically as I type? This is the first editor I've come across where there's no clear way to do that.

Generally I really love VS Code, but this one feature makes it feel like I'm fighting the editor.

I've already got

"editor.quickSuggestions": false,

but it hasn't helped.

Thanks

@rebornix
Copy link
Member

rebornix commented Nov 2, 2016

I saw @joaomoreno had a fix for turning off parameter hint in #2972 but this time ppl wants to turn off everything.

@tslocke
Copy link
Author

tslocke commented Nov 2, 2016

"editor.parameterHints": false is a huge help : ) Sweet. tyvm :)

@joaomoreno
Copy link
Member

Closing as it seems disabling quick suggestions and parameter hints was enough.

@andy-hanson
Copy link

When I type C# code in vscode, every time I type a character, a light bulb pops up (usually "Generate variable"). When I type another character, it disappears for an instant, then appears again. The result is rapid flashing whenever I type, which is seriously distracting!

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

4 participants