You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@
17
17
18
18
Supports configurable, Eclipse like, save actions, including "optimize imports", "reformat code", "rearrange code", "compile file" and some quick fixes like "add / remove 'this' qualifier", etc. The plugin executes the configured actions when the file is synchronized (or saved) on disk.
19
19
20
-
Using the save actions plugin makes your code cleaner and more uniform across your code base by enforcing your code style and code rules every time you save. The settings file (see [files location](#files-location)) can be shared in your development team so that every developer has the same configuration.
20
+
Using the save actions plugin makes your code cleaner and more uniform across your code base by enforcing your code style and code rules every time you save. The settings file (see [files location](./USAGE.md#files-location)) can be shared in your development team so that every developer has the same configuration.
21
21
22
-
The code style applied by the save actions plugin is the one configured your settings at "File > Settings > Editor > Code Style". For some languages, custom formatter (Dartfmt, Prettier, etc.) may also be triggered by the save actions plugin. See the [Editor Actions](#editor-actions) configuration for more information.
22
+
The code style applied by the save actions plugin is the one configured your settings at "File > Settings > Editor > Code Style". For some languages, custom formatter (Dartfmt, Prettier, etc.) may also be triggered by the save actions plugin. See the [Editor Actions](./USAGE.md#editor-actions) configuration for more information.
23
23
24
24
## Features
25
25
@@ -33,8 +33,8 @@ The code style applied by the save actions plugin is the one configured your set
33
33
- Include / exclude files with regex support
34
34
- Works on any file type (Java, Python, XML, etc.)
35
35
- Launch any editor action using "quick lists"
36
-
- Uses a settings file per project you can commit (see [Files location](#files-location))
37
-
- Available keymaps and actions for activation (see [Keymap and actions](#keymap-and-actions))
36
+
- Uses a settings file per project you can commit (see [Files location](./USAGE.md#files-location))
37
+
- Available keymaps and actions for activation (see [Keymap and actions](./USAGE.md#keymap-and-actions))
0 commit comments