plugins
IDE
s
Team Tools
Dev Guide
Upload plugin
Sign In
IntelliJ IDEA
Ultimate
Community
PyCharm
Professional
Community
Educational
PhpStorm
WebStorm
RubyMine
AppCode
CLion
GoLand
DataGrip
Rider
MPS
Android Studio
TeamCity
Hub
YouTrack
Upsource
Search
Auto-Align
Code editing
Compatible with:
IntelliJ IDEA
PhpStorm
WebStorm
PyCharm
RubyMine
AppCode
CLion
GoLand
DataGrip
Rider
MPS
Android Studio
Apr 24, 2016
12 481
Auto-Align allows you to align your code with a pretty print alignment
SHORTCUT : (windows/linux) CONTROL+OPTION+I (mac) CMD+OPTION+I
EXAMPLE :
var hi={ field : 'val', heel: 'red' }; var hi = { field : 'val', heel : 'red' };
Download plugin