summaryrefslogtreecommitdiff
path: root/test/completion/test_lsp_completion_parsing.vader
AgeCommit message (Collapse)Author
2020-08-27#3312 - Just check if additionalTextEdits is non-emptyw0rp
2020-08-27Fix #3312 - Fix a false positive for auto importsw0rp
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-09Close #3267 - Add a general autoimport settingw0rp
2020-05-31Add test for LSP autoimportJerko Steiner
2019-11-08Fix typoDonnie West
2019-11-08Allow the user to set their own completion valuesDonnie West
2019-05-09#2481 - Use text to insert from insertTextw0rp
2019-03-10#2341 - Handle completion messages with textEdit objectsw0rp
2018-09-17#1794 - Handle LSP documentation content as a Dictionaryw0rp
2018-07-23#1751 Handle LSP completion results without the 'kind' attributew0rp
2018-06-12Add a test for handling missing detail keys for LSP completionw0rp
2018-05-28Fix #1568 - Filter LSP completion results with the prefixesw0rp
2018-04-22Close #1162 - Implement completion support with LSP serversw0rp