ale/test/lsp
Andrey Popp d0284f22ea Add textDocument/typeDefinition for LSP (#2226)
* 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-21 23:06:28 +00:00
..
test_did_save_event.vader Use one LSP connection per project 2018-08-24 13:16:58 +01:00
test_lsp_client_messages.vader Add textDocument/typeDefinition for LSP (#2226) 2019-01-21 23:06:28 +00:00
test_lsp_command_formatting.vader Use one LSP connection per project 2018-08-24 13:16:58 +01:00
test_lsp_connections.vader Use one LSP connection per project 2018-08-24 13:16:58 +01:00
test_lsp_error_parsing.vader Support strings in data field of error responses 2018-07-13 06:42:28 +02:00
test_other_initialize_message_handling.vader Merge pull request #2035 from jparise/lsp_config_callback 2018-10-31 16:24:11 +00:00
test_read_lsp_diagnostics.vader Update tests 2019-01-21 18:36:52 +03:00
test_reset_lsp.vader Add a command for stopping all LSP clients 2018-03-06 10:23:55 +00:00
test_update_config.vader Only send LSP config updates when the dict changes 2018-10-31 08:42:42 -07:00