-
Notifications
You must be signed in to change notification settings - Fork 50
IntelliJ IDEA
Huagang Li edited this page Oct 12, 2016
·
2 revisions
- UI Theme (用户界面主题):IntelliJ (默认)、Darcula
- Override default fonts (覆盖默认字体)
- Change font size (Zoom) with Ctrl+Mouse Wheel
- Optimize imports on the fly
- Add unambiguous imports on the fly
- Show line numbers
- Show method separators
- Line separator (for new files):Unix and OS X (\n)、System-Dependent
- Use fully qualified class names
- Class count to use import with '*': 50
- Names count to use static import with '*': 30
- IDE Encoding: UTF-8
- Project Encoding: UTF-8
- Properties Files (*.properties): UTF-8
- 定制模板(user)
- 定制源码阅读标记:核心接口、核心类、核心方法、核心实现 ...
- FindBugs
- CheckStyle
- Lombok
- Project bytecode version (leave blank for JDK default): 1.8、1.7
- Lombok 注解插件使用
- Project SDK: JDK xxx
- Project language level: 9 - JDK modularization etc.、8 - Lambdas, type annotations etc.、7 - Diamonds, ARM, multi-catch etc.
- SDKs (JDK)
- Servlet Container (Web应用运行环境)