Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
* adding LSP configuration via workspace/didChangeConfiguration
|
|
|
|
|
|
|
|
|
|
|
|
instead.
|
|
|
|
|
|
up the tests, and make the completion cancelling better
|
|
|
|
|
|
|
|
like the LSP linters
|
|
|
|
|
|
|
|
|
|
|
|
and callbacks
|