0

I have a problem with a tool-tip that appears it seems as a helper for function/method parameters, it takes up a large amount of the screen and can only be turned off by clicking enter, which is causing a large annoyance.

Does anyone know how do I turn this off permanently?

https://i.imgur.com/ogkHTPY.png

LazyOne
  • 158,824
  • 45
  • 388
  • 391

1 Answers1

0

You can change it by toggling the following setting:

File | Settings | Editor | General | Code Completion | Show the parameter info popup

jcc
  • 1,137
  • 1
  • 12
  • 31
void
  • 16
  • 1
  • Do you know how I can turn this off in the settings but invoke it with a key press? i.e. Most times I don't want it to appear, but occasionally I need to look up what overloads are available. – JimmyDeemo Jul 03 '19 at 07:38