Files
ale/test
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
..
2019-01-21 17:40:33 +03:00
2018-07-01 13:55:41 +01:00
2018-09-19 19:33:23 +01:00
2019-01-14 19:45:33 +00:00
2017-12-05 00:37:31 +09:00
2018-08-26 13:47:56 +02:00
2017-10-29 21:48:28 +01:00
2017-10-21 12:31:49 -05:00
2018-12-01 15:05:18 +09:00
2018-10-24 08:29:11 +09:00
2018-11-06 22:38:47 -08:00
2019-01-21 17:40:33 +03:00
2019-01-21 18:36:52 +03:00