This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: Arrange Your Code Automatically with IntelliJ IDEA 12
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
You probably might be noticed, that the code always tends to be organized in a particular way. For instance, fields always go before methods, static fields go before instance fields and so forth. This is the easiest way to read the code.
For a long time IntelliJ IDEA has not provided a native support for [...]