Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
* 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
|