When I am in a language like Python or C++ I type a function name and press "(" it then creates a popup window that shows the various parameters of the function.
Is there a way to turn off this popup from coming up automatically? It gets in the way and I can't see things behind it that I want to see.
It also sometimes freezes the editor, I think because it is looking up the function signature.
I'd like to only bring this up on demand by pressing Alt+, instead of having it come up automatically by typing open (.