Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-27 | #3312 - Just check if additionalTextEdits is non-empty | w0rp | |
2020-08-27 | Fix #3312 - Fix a false positive for auto imports | w0rp | |
ALE was incorrectly detecting completion results from servers such as rust-analyzer as wanting to add import lines when additionalTextEdits was present, but empty. Now ALE only filters out completion results if the autoimport setting is off, and one of the additionalTextEdits starts on some line other than the current line. If any additionalTextEdits happen to be identical to the change from completion anyway, ALE will skip them. | |||
2020-08-09 | Close #3267 - Add a general autoimport setting | w0rp | |
2020-05-31 | Add test for LSP autoimport | Jerko Steiner | |
2019-11-08 | Fix typo | Donnie West | |
2019-11-08 | Allow the user to set their own completion values | Donnie West | |
2019-05-09 | #2481 - Use text to insert from insertText | w0rp | |
2019-03-10 | #2341 - Handle completion messages with textEdit objects | w0rp | |
2018-09-17 | #1794 - Handle LSP documentation content as a Dictionary | w0rp | |
2018-07-23 | #1751 Handle LSP completion results without the 'kind' attribute | w0rp | |
2018-06-12 | Add a test for handling missing detail keys for LSP completion | w0rp | |
2018-05-28 | Fix #1568 - Filter LSP completion results with the prefixes | w0rp | |
2018-04-22 | Close #1162 - Implement completion support with LSP servers | w0rp | |