PhpStorm: cursor is blocked by autopopup
Hi,
I didn't find documentation anywhere else so I hope someone could help me.
In PhpStorm, everytime I called a function with parameters, the autopopup is displayed 1 second after and I can't type anything when this pop up is displayed. I can't move my cursor, even shortcuts doesn't work, I have to press escape key to hide the pop up and type text.
I couldn't find anything in the settings about it and I don't even know if this problem is from the last update.
I hope someone know about it, thank you
Please sign in to leave a comment.
Hi there,
Which "autopopup"? Code completion one .. or something else?
Please state your IDE (exact version) and OS used. Also check if there will be anything related in idea.log (Help | Show Log in...)
Also: try with all custom (not bundled by default) plugins disabled -- maybe one of them interferes somehow. If it works fine with them disabled -- re-enable one by one until you find that bad one.
Thanks you for your response, it is about the pop up with the parameters of a function.
I'm with PhpStorm 2017.2.4 on Windows 10.
I'll try to disable all plugins then I will come back to you after.
So I tried to disabled all plugins the autopopup is still blocking me...
>it is about the pop up with the parameters of a function
You mean that tooltip that you can bring with "View | Parameter Info" (Ctrl+P using Default keymap)? That's odd -- never seen such behaviour (me too on PhpStorm 2017.2.4 on Windows 10 x64) -- must be some computer specific case...
Never seen such behaviour so no ideas what else to suggest.
Lets see what JetBrains support may suggest.
Or just try "Submit a Request" link on the top of this page to submit Support ticket.
Yes this is about that tooltip. I'll submit a ticket, hope they can do something about it