ale/autoload
Dalius Dobravolskas 01800a23ad
Support for LSP/tsserver Code Actions (#3437)
* Added tsserver and LSP code action support.
* tsserver refactors support added.
* Handling special case when new text is added after new line symbol.
* ale#code_action#ApplyChanges simplified.
* Initial attempt on LSP Code Actions.
* workspace/executeCommand added.
* Some null checks added.
* Add last column to LSP Code Action message.
* Pass diagnostics to LSP code action.

Previously ApplyChanges code was applied from top-to-bottom that required 
extra parameters to track progress and there was bug. I have changed code
to bottom-to-top approach as that does not require those extra parameters
and solved the bug.

Tested with typescript-language-server and it is working.
2020-11-14 10:15:17 +00:00
..
ale Support for LSP/tsserver Code Actions (#3437) 2020-11-14 10:15:17 +00:00
asyncomplete/sources Add asyncomplete.vim Support (#2627) 2019-08-17 18:40:05 +01:00
ale.vim Bump the ALE version to 3.0.0 2020-09-09 22:06:38 +01:00