summaryrefslogtreecommitdiff
path: root/test/lsp
AgeCommit message (Expand)Author
2018-10-31Merge pull request #2035 from jparise/lsp_config_callbackw0rp
2018-10-31Implement LSP symbol searchw0rp
2018-10-31Only send LSP config updates when the dict changesJon Parise
2018-10-22LSP configuration via didChangeConfiguration (#1852)Daniel Welch
2018-08-24Use one LSP connection per projectw0rp
2018-08-20Merge pull request #1815 from fredemmott/lsp-related-informationw0rp
2018-08-16Fix #1816 - Fix a type error in the initialize message handlerw0rp
2018-08-15Correct related information line numbers from 0-based to 1-basedFred Emmott
2018-08-15Test file was the wrong way aroundFred Emmott
2018-08-15Better formattingFred Emmott
2018-08-15Use new-ish LSP 'relatedInformation' field for :ALEDetailFred Emmott
2018-08-02Add test for LSP code of -1Fred Emmott
2018-08-02Handle LSP codes for `%code%` in message formatsFred Emmott
2018-07-22Check LSP capabilities before using themw0rp
2018-07-19Capture server capabilities from LSP serversw0rp
2018-07-13Support strings in data field of error responsesMTDL9
2018-07-06Fix tests on Windowsw0rp
2018-07-06Fix tests on Windowsw0rp
2018-07-06Fix the broken testsw0rp
2018-07-05Fix command formatting for LSP lintersw0rp
2018-06-15Lazy-load LSP linters, and check b:changedtick before notifying about changesw0rp
2018-06-06Pass rootUri to LSPs in addition to rootPathBen Falconer
2018-06-06Allow initialization options to be passed to language serversBen Falconer
2018-05-28Close #1559 - Report errors from LSP servers in :ALEInfow0rp
2018-04-26Close #1428 Implement LSP hover-like functionality for tsserver toow0rp
2018-04-22#1428 Start implementing LSP hover supportw0rp
2018-04-22Add support for finding references using LSP servers or tsserverw0rp
2018-03-06Add a command for stopping all LSP clientsw0rp
2018-03-02Fix #1384 - Handle warnings and suggestions for tsserverw0rp
2018-01-19Fix the didSave tests so they work in NeoVim 0.1.7, and do not send the messa...w0rp
2018-01-19Send didSave message to LSP-based linters (#1295)Rafael Lerm
2017-12-19Fix the mscs tests on Windows, and use the improved Simplify for all tests in...v1.7.0w0rp
2017-11-26Implement go to defintion for LSP lintersw0rp
2017-11-26#1162 Get LSP completions working reasonably wellw0rp
2017-11-26#1162 Add unfinished experimental code for supporting LSP completion, clean u...w0rp
2017-11-21Quietly add go to definition support for tsserverw0rp
2017-11-11Remove id from LSP notificationsMichael Jungo
2017-11-05Fix #1085 - Add a final newline character to tsserver and LSP messagesw0rp
2017-09-09Fix some path issues, and get lsp dir tests passing on Windowsw0rp
2017-09-04Fix #907 - Stop LSP integration breaking with empty string keys in NeoVimw0rp
2017-07-30Cover special LSP initialize response handling with Vader testsw0rp
2017-07-26#517 Add more code LSP support which makes the tssserver linter behave more l...w0rp
2017-07-02Get automatic completion with tsserver to workw0rp
2017-07-02Add some experimental completion code for tsserverw0rp
2017-06-13Handle LSP responses for different files more consistentlyw0rp
2017-06-09Add tsserver supportw0rp
2017-06-07Add support for generating essential tsserver messagesw0rp
2017-05-12Run all tests in NeoVim, improve the test script, and make all tests pass for...w0rp
2017-05-08#517 - Implement LSP chunked message parsing, sending messages to sockets, an...w0rp