idea常用插件分享 瞬間提升開發效率
本文主要推薦幾款idea常用的插件,在日常開發中不僅可以裝逼,還可以適當的提升開發效率。
1、activate-power-mode
根據Atom的插件activate-power-mode的效果移植到IDEA上
2、Alibaba Java Coding Guidelines
阿里巴巴編碼規約插件,極力推薦
3、Background Image Plus
idea背景修改插件,讓你的idea與眾不同,狂拽酷炫吊炸天。
4、Free Mybatis plugin
mybatis 插件,讓你的mybatis.xml像java代碼一樣編輯。
5、Grep console
自定義日志顏色
6、String Manipulation
強大的字符串轉換工具。使用快捷鍵,Alt+m
Toggle style (camelCase, hyphen-lowercase, HYPHEN-UPPERCASE, snake_case, SCREAMING_SNAKE_CASE, dot.case, words lowercase, Words Capitalized, PascalCase)
To SCREAMING_SNAKE_CASE (or to camelCase)
To snake_case (or to camelCase)
To dot.case (or to camelCase)
To hyphen-case (or to camelCase)
To hyphen-case (or to snake_case)
To camelCase (or to words)
To PascalCase (or to camelCase)
Capitalize selected text
7、LomBok Plugin
A plugin that adds first-class support for Project Lombok Features
@Getter and @Setter
@ToString
@EqualsAndHashCode
@AllArgsConstructor, @RequiredArgsConstructor and @NoArgsConstructor
@Log, @Log4j, @Log4j2, @Slf4j, @XSlf4j, @CommonsLog, @JBossLog
@Data
@Builder
@Singular
@Delegate
@Value
@Accessors
@Wither
@SneakyThrows
from Intellij 14.1 @val
from Intellij 14.1 @var
from Intellij 2016.2 @UtilityClass
Lombok config system
Code inspections
Refactoring actions (lombok and delombok)
8、Key promoter
快捷鍵提示插件
9、CodeGlance
快速定位代碼。右側小地圖。
10、Gsonformat
可根據json數據快速生成java實體類