Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple selection ain't working in Phpstorm 8 under Ubuntu

New feature in Phpstorm 8 - multiple selection ain't working under Ubuntu 14.04, however, the hotkey ALT+J does work, but i cannot multiple select using ALT+Mouse left click, i have checked the keymap

Add or Remove caret is set to ALT+Button1 Click

Which seems okay. When i try to hold ALT and left click - nothing happens, i guess it's ubuntu related.

like image 671
Alexander Kim Avatar asked Sep 18 '14 12:09

Alexander Kim


2 Answers

I know this is old, but for anyone else that comes here if you don't want to remap it, you can hit cmd(win key)+alt+click, it won't be recognized as a move operation but phpstorm will just register the alt+ button 1 click.

like image 74
Dstum Avatar answered Nov 20 '22 04:11

Dstum


I had the same issue on Ubuntu. A workaround is to change the keymap to something else - for some reason Alt+Click is not being detected.

I changed mine to Alt+Shift+Click and it is working fine.

like image 11
HPage Avatar answered Nov 20 '22 03:11

HPage