Didoux
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created Codestyle Import ordering with the new version of IntelliJ 2018.3
AnsweredThe previous version of IntelliJ for Java we could specify the order of Java imports. For example, import static all other imports, java, <blank line>, javax <blank line> org.*.* <blank line> "imp...