IntelliJ IDEA Save Actions¶
Save Actions is a plugin for IntelliJ IDEA designed to automate code optimization and formatting tasks. By configuring specific actions to trigger on file save, developers can maintain consistent code style and reduce manual cleanup efforts^[600-developer__intellij.md].
Configuration and Usage¶
Once enabled and configured, the plugin marks files with an asterisk (*) in the editor tab when changes occur, indicating that the file has pending modifications^[600-developer__intellij.md].
The behavior of the plugin is often integrated with the IDE's auto-save mechanisms. Users can modify the auto-save time interval to determine how frequently the system automatically processes these actions^[600-developer__intellij.md].
Related Concepts¶
- [[IntelliJ IDEA]]
- [[Code Formatting]]
Sources¶
^[600-developer__intellij.md]