Update documentation for code actions and rename

This commit is contained in:
w0rp
2020-11-14 10:41:51 +00:00
parent e9140c740b
commit 48fe0dd4f6
3 changed files with 32 additions and 7 deletions

View File

@@ -240,6 +240,7 @@ command! -bar ALEImport :call ale#completion#Import()
" Rename symbols using tsserver and LSP
command! -bar -bang ALERename :call ale#rename#Execute({'force_save': '<bang>' is# '!'})
" Apply code actions to a range.
command! -bar -range ALECodeAction :call ale#codefix#Execute(<range>)
" Organize import statements using tsserver