diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -263,6 +263,9 @@ See `:help ale-symbol-search` for more information. ALE supports renaming symbols in symbols in code such as variables or class names with the `ALERename` command. +`ALEFileRename` will rename file and fix import paths (tsserver +only). + `ALECodeAction` will execute actions on the cursor or applied to a visual range selection, such as automatically fixing errors. |