summaryrefslogtreecommitdiff
path: root/test/lsp/test_lsp_client_messages.vader
AgeCommit message (Collapse)Author
2021-10-07Implement textDocument/didSave includeText optional argument (#3925)Wilson E. Alvarez
2021-02-20Support going to type definition with tsserver (#3545)Alex LaFroscia
2019-09-12Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto ↵Jerko Steiner
import support (tsserver) (#2709) This commit adds support for renaming symbols in tsserver and with LSP tools, and for organising imports with tsserver. Completion results for symbols that can be imported are now suggested if enabled for tsserver completion done via ALE.
2019-05-20Fix #2515 - Send client capabilities to LSP serversw0rp
2019-04-02#2397 - didChangeConfiguration should be a notificationw0rp
2019-02-15#2295 Send an empty object for the initialized notification, per the specw0rp
2019-01-21Add textDocument/typeDefinition for LSP (#2226)Andrey Popp
* Add textDocument/typeDefinition for LSP Doc to spec https://microsoft.github.io/language-server-protocol/specification#textDocument_typeDefinition This works like textDocument/definition but resolves a location of a type of an expression under the cursor. I'm not sure what to do with tsserver though. * Fix passing column to LSP * test_go_to_definition: wording * Add tests for textDocument/typeDefinition * Add docs for textDocument/typeDefinition
2019-01-21Update testsAndrey Popp
2018-10-31Implement LSP symbol searchw0rp
2018-10-22LSP configuration via didChangeConfiguration (#1852)Daniel Welch
* adding LSP configuration via workspace/didChangeConfiguration
2018-06-06Pass rootUri to LSPs in addition to rootPathBen Falconer
2018-06-06Allow initialization options to be passed to language serversBen Falconer
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
2017-12-19Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0w0rp
instead.
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 ↵w0rp
up the tests, and make the completion cancelling better
2017-11-21Quietly add go to definition support for tsserverw0rp
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-07-26#517 Add more code LSP support which makes the tssserver linter behave more ↵w0rp
like the LSP linters
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-08#517 - Implement LSP chunked message parsing, sending messages to sockets, ↵w0rp
and callbacks