summaryrefslogtreecommitdiff
path: root/autoload/ale/code_action.vim
AgeCommit message (Expand)Author
2021-05-04Fix a bug when code actions have no changesw0rp
2021-02-20Fixes to code actions (cursor moving, tests, EOL/EOF corner cases) (#3478)Tomáš Janoušek
2020-11-21Fix #3332 - Modify everything for rename/actionsw0rp
2020-11-21Fix handling of ranges at file end. (#3344)w0rp
2020-11-21Close #1466 - Add GVIM refactor menu supportw0rp
2020-11-14cmp forwards, and reverse the code actionsw0rp
2020-11-14Support for LSP/tsserver Code Actions (#3437)Dalius Dobravolskas
2020-10-15#3332 Implement :ALERename! for ignoring errorsw0rp
2020-09-09Remove unnecessary length check.Christian Keil
2020-09-09Fix format linting error.Christian Keil
2020-09-09Fix handling of ranges at file end.Christian Keil
2020-09-04Fix #3322 - Apply rename changes correctlyw0rp
2019-10-22Rename ale#fix#SetBufferContents to ale#util#SetBufferContentsJerko Steiner
2019-10-09Do not save for ALERename and ALEOrganizeImportsJerko Steiner
2019-09-12Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto import...Jerko Steiner