阿里巴巴Java开发规范插件p3c Idea版使用方法
Idea Plugin
Prepare
-
Project JDK: 1.7+ Gradle: 3.0+(Require JDK1.8+ for gradle)
Build
cd p3c-idea gradle clean buildPlugin
Run plugin
cd p3c-idea gradle runIde # run specific IDEA gradle runIde -Pidea_version=14.1.7
Use p3c-common as your plugin dependency
compile com.alibaba.p3c.idea:p3c-common:1.0.0
compile com.alibaba.p3c.idea:p3c-common:1.0.0
Install
Install from repositories
- Settings >> Plugins >> Browse repositories...
- Search plugin by keyword alibaba then install Alibaba Java Coding Guidelines plugin
- Restart to take effect.
Install from local zip file.
- Open and download the latest version zip file.
- Settings >> Plugins >> Install plugin from disk...,select the downloaded zip file in previous step then restart your idea
Use
- Switch language
- Inspections
- Code Analyze We use the idea standard Inspection Results to show our violations. We can also analyze file which is modified before vcs checkin.
Other
- Appearance&Behavior -> Appearance -> UI Options -> Name 里面设置成微软雅黑(microsoft yahei light) Switch Language to English and restart.
from: https://github.com/alibaba/p3c/tree/master/idea-plugin from: https://github.com/alibaba/p3c/tree/master/idea-plugin