Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij Idea alt + click to evaluate debugger code not working in Mint

On Windows, and I think Mac, holding alt + left click on a section of code when paused in the debugger will evaluate the expression and show the value in a tooltip. It's much more convenient than alt + f8 and ctrl + alt + 8.

In Linux Mint, holding alt and clicking doesn't do anything (I've disabled Mint's "Special key to move and resize windows").

Is there a way to map it to alt + left click, or a different key combination to evaluate an expression by clicking on it?

like image 244
Nathanial Avatar asked Aug 01 '16 14:08

Nathanial


2 Answers

Found it mapped to ctrl + alt + shift + left click under Quick Evaluate Expression as a Mouse Shortcut.

like image 71
Nathanial Avatar answered Nov 16 '22 02:11

Nathanial


Settings -> keymap, change from "Default for XWin" to "Default"

like image 31
Dmitry Avatar answered Nov 16 '22 02:11

Dmitry