diff options
author | Dalius Dobravolskas <dalius.dobravolskas@gmail.com> | 2021-12-17 01:09:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-17 08:09:26 +0900 |
commit | 5b792c764196aeb45eb6025c6c1c9727084c2feb (patch) | |
tree | df96221664bac924f584db5e25d5deb736e44a6a /README.md | |
parent | e4ec2e4dc74fc24d57fd74770d2aa277425dde7c (diff) | |
download | ale-5b792c764196aeb45eb6025c6c1c9727084c2feb.zip |
ALEFileRename command added. (#4012)
* ALEFileRename command added.
This command renames file and uses tsserver `getEditsForFileRename` to
fix import paths in Typescript files.
* ale#util#Input fix
* Even more fixes.
* Linting error fix.
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. |