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.
Please sign in to leave a comment.
Hi there,
1) Please show a screenshot of such popup
2) State your IDE and version
I updated my post with screenshot and version info.
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).
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.
@Mykola
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)
Thank you very much, Andriy!