Age | Commit message (Collapse) | Author |
|
fixes 1236
|
|
|
|
|
|
* 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
|
|
|
|
This is just like `:ALEGoToDefinitionInTab`, only a (v)split instead of
a tab. Fixes #2140.
|
|
Fix out-by-one error in column on goto-definition
|
|
Fixes #1860
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
instead.
|
|
|
|
|
|
|
|
|