Files
ale/ale_linters
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
..
2019-08-06 18:44:53 -03:00
2019-07-02 08:18:17 +01:00
2019-02-06 20:29:58 -02:00
2018-09-04 16:51:18 +01:00
2020-05-06 14:05:39 +03:00
2019-09-04 00:20:12 +02:00
2019-07-22 09:50:16 -04:00
2017-12-20 22:53:03 -06:00
2019-02-02 16:20:14 +01:00
2019-08-07 16:35:12 -05:00
2019-03-15 16:21:48 -05:00
2018-09-04 16:51:18 +01:00
2019-11-07 02:44:56 +09:00
2019-02-02 16:20:14 +01:00
2019-02-02 16:20:14 +01:00
2019-02-02 16:20:14 +01:00
2019-01-14 19:45:33 +00:00
2020-08-28 09:25:40 +01:00
2019-02-02 16:20:14 +01:00
2020-08-06 13:20:54 +01:00
2019-02-02 16:20:14 +01:00
2020-07-10 22:33:37 -04:00