Kyle-Falconer
6/11/2015 - 6:51 PM

IntelliJ global settings

IntelliJ global settings

set ctrl-w to close window

set "Close Active Editor" to Ctrl+W, hit "yes" when prompted to remove other action http://stackoverflow.com/a/6322880/940217

mimic Eclipse java import settings

Editor>Code Style>Java, Imports tab set class count to use import with '*' to 99 set Names count to use static import with '*' to 99

mimic Visual Studio's format code command

Settings>Keymap

Main Menu>Code>Reformat Code...

change from Ctrl+Alt+L to Ctrl+K+D

http://stackoverflow.com/q/12500502/940217

http://superuser.com/q/926766/167761