summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index dda7a712..8d98d511 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -686,6 +686,8 @@ for a full list of options.
ALE supports renaming 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.
@@ -3368,6 +3370,9 @@ ALERename *ALERename*
The symbol where the cursor is resting will be the symbol renamed, and a
prompt will open to request a new name.
+ALEFileRename *ALEFileRename*
+
+ Rename a file and fix imports using `tsserver`.
ALECodeAction *ALECodeAction*