What's the keyboard shortcut for "when we hover ov...
# intellij
t
What's the keyboard shortcut for "when we hover over the variable that is showing error or warning and the dialog says 'Show Quick Fixes'? Like if we have a variable that shows null related error, we hover over that variable and the dialog says 'Show Quick Fixes. Type mismatch Error. Required ... Found' kinda dialog. Edit: This one

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

w
Alt+enter?
t
@wasyl Hi I edited the question with the picture:

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

On mouse hover, it shows this dialog. No, Alt + Enter is not the one.
w
for that I usually use F2 which is
Next Highlighted Error
case. It’s useful in general, but won’t exactly do what you want though, as it may go to the next error. Shift + F2 will go back (or you can put cursor before the error you want to preview)
But also I see there’s
Error Description
action, cmd + F1 on mac. Seems exactly what you want
m
Those function key shortcuts don’t work so well on newer macs with touchbars …
w
You can always disable touchbar icons for the given app and have regular F keys shown. Or you can add icons for those actions on the touchbar, or you can bind it to other combination - that's why I also mention action names, so they're easy to find regardless of preference regarding the touchbar, or operating system