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.
Is there some plugin or configuration for IDEA which enables such functionality?
By default, IntelliJ IDEA stores user-specific files for each IDE instance (configuration, caches, plugins, logs, and so on) in the user's home directory. However, you can change the location for storing those files, if necessary.
Actions The IntelliJ Platform provides the concept of actions. An action is a class derived from AnAction , whose actionPerformed() method is called when its menu item or toolbar button is selected. Actions are the most common way for a user to invoke the functionality of your plugin.
Rearrange codePress Ctrl+Alt+S to open the IDE settings and select Editor | Code Style. In the editor, select the code entries you want to rearrange and from the main menu, select Code | Rearrange Code.
You will need to Install Save Actions plugin for Intellij IDEA
Save actions now work. You can configure them in File -> Settings -> Other settings
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With