summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 697f2d87..430ab645 100644
--- a/README.md
+++ b/README.md
@@ -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.