How to disable the annoying popup during code format?

Always there comes a popup (see the image bellow) when you format your code using Options+Command+L. This popup does not give any useful information (to me) and does not go until I press Esc key. This is actually annoying me. How can I disable it?

I am using Webstrom 10.0.4 on Mac.

Screen Shot 2015-06-16 at 11.16.30 AM.png

2
7 comments

Hi there,

1) Please show a screenshot of such popup
2) State your IDE and version

0
Avatar
Permanently deleted user

I updated my post with screenshot and version info.

0

Please try unchecking "Show notification after reformat code action" option at "Preferences | Editor | General"

The only other option that I could think of would be "Preferences | Appearance & Behavior | Notifications | Reformat Code" .. but it's rather unlikely as such notifications are shown in different place (e.g. on the side and not over/in he middle of the code).

0
Avatar
Permanently deleted user

FYI that pop up box is called "parameter info".

To disable:

ctrl+alt+s

search: Code Completion

in code Completion, there is a Parameter Info section.

uncheck boxes.

0
Avatar
Permanently deleted user
Hello! I am also interested in how to remove the popup notification when reformatting the code (Code | Reformat Code or press Ctrl+Alt+L). It seems that Gerardo Sandoval's solution does not work (I'm using PhpStorm 2020.3.1 on Ubuntu).
 
0

@Mykola

It seems that Gerardo Sandoval's solution does not work

Of course .. as "parameter info" is a completely different thing that has no relation to the original issue here.

Check comments in https://youtrack.jetbrains.com/issue/IDEA-247593

P.S. such popup will not be shown if you select the text before reformatting (e.g. Ctrl+A to select whole file)

1
Avatar
Permanently deleted user

Thank you very much, Andriy!

1

Please sign in to leave a comment.