Save actions in IntelliJ IDEA

前端 未结 7 680
挽巷
挽巷 2020-12-24 10:13

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.

7条回答
  •  执笔经年
    2020-12-24 11:06

    You will need to Install Save Actions plugin for Intellij IDEA

    1. Click: ctrl+shift+a
    2. Type: Plugins
    3. Click: enter Plugins
    4. Click: Browse repositories
    5. Type: Save Actions to search field
    6. Click "install plugin" after you found it
    7. Restart intellij idea

    Save actions now work. You can configure them in File -> Settings -> Other settings

提交回复
热议问题