本文介绍了在IntelliJ IDEA中保存操作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Eclipse中唯一存在的东西,我在IntelliJ IDEA中遗漏的是保存操作 - 在保存文件时可以执行某些操作(通常是格式化)。
The only thing that exists in Eclipse, which I miss in IntelliJ IDEA is "save actions" - possibility to do some actions (usually formatting) when a file is saved.
IDEA是否有一些启用此类功能的插件或配置?
Is there some plugin or configuration for IDEA which enables such functionality?
推荐答案
您需要安装插件
- 点击:ctrl + shift + a
- 类型:插件
- 点击:输入插件
- 请点击:浏览存储库
- 类型:将操作保存到搜索字段
- 找到后点击安装插件
- 重新启动intellij idea
- Click: ctrl+shift+a
- Type: Plugins
- Click: enter Plugins
- Click: Browse repositories
- Type: Save Actions to search field
- Click "install plugin" after you found it
- Restart intellij idea
现在可以保存操作。您可以在
文件 - >设置 - >其他设置
Save actions now work. You can configure them inFile -> Settings -> Other settings
这篇关于在IntelliJ IDEA中保存操作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!