1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

23 lines
424 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Save Actions优化文件保存
category: IDEA指南
tag:
- IDEA
- IDEA插件
---
真必备插件!可以帮助我们在保存文件的时候:
1. 优化导入;
2. 格式化代码;
3. 执行一些quick fix
4. ......
这个插件是支持可配置的,我的配置如下:
![](./pictures/save-actions/save-actions.png)
实际使用效果如下:
![](./pictures/save-actions/save-actions2.gif)