TypeStrong / atom-typescript

The only TypeScript package you will ever need
https://atom.io/packages/atom-typescript
MIT License
1.13k stars 205 forks source link

How do I get rid of this huge blue tooltip? #1540

Closed kulikalov closed 4 years ago

kulikalov commented 4 years ago

I’ve tried to play around with atom-typescript settings, but no luck. How do I disable this tooltip? https://prnt.sc/qnj9kv

lierdakil commented 4 years ago

Hi. This is a duplicate of #1483. TL;DR is currently this: you can either hide all builtin tooltips via editing your stylesheet (see https://github.com/TypeStrong/atom-typescript/issues/1483#issuecomment-494543554), or installing atom-ide-ui, and disabling signature tooltips there (or perhaps you'll enjoy their implementation better).

Yes, I know this is long overdue. I'll try to remember to add a flag to disable signature help automatic pop-ups in the next release.

lierdakil commented 4 years ago

v13.5.0 adds a new configuration option sigHelpDisplayOnChange ("Display signature help tooltips on keystroke"), which controls whether signature help is displayed on keystroke (enabled by default).

Even when this option is disabled, one can manually open signature help tooltip with typescript:show-signature-help command if desired. It won't show up unprompted though.