Didoux
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Didoux created a post, AnsweredCodestyle Import ordering with the new version of IntelliJ 2018.3
The 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...