summaryrefslogtreecommitdiff
path: root/test/test_go_to_definition.vader
AgeCommit message (Collapse)Author
2019-02-15Fix #2295 - Respond to initialize with an initialized messagew0rp
2019-02-13#2132 Use an on-init callback for all LSP logicw0rp
2019-01-21Add textDocument/typeDefinition for LSP (#2226)Andrey Popp
* 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-21Update testsAndrey Popp
2018-12-19Add versions of ALEGoToDefinition that open in splitsBen Kraft
This is just like `:ALEGoToDefinitionInTab`, only a (v)split instead of a tab. Fixes #2140.
2018-08-28Merge pull request #1861 from dimbleby/goto-definition-columnw0rp
Fix out-by-one error in column on goto-definition
2018-08-27Fix out-by-one error in column on goto-definitionDavid Hotham
Fixes #1860
2018-08-24Use one LSP connection per projectw0rp
2018-08-07Update tests in response to changes in #1797.Bradford Larsen
2018-08-07Update tests in response to changes in #1797.Bradford Larsen
2018-07-22Check LSP capabilities before using themw0rp
2018-07-06Fix the broken testsw0rp
2018-06-21Fix #1661 - Do not use :edit when jumping inside of a filew0rp
2018-06-15Lazy-load LSP linters, and check b:changedtick before notifying about changesw0rp
2018-06-01Handle definition responses without filesw0rp
2018-04-22Implement a preview window for selecting locations to openw0rp
2017-12-19Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0w0rp
instead.
2017-11-26Fix go to definition tests on Windowsw0rp
2017-11-26Test go to definition tests on Windowsw0rp
2017-11-26Implement go to defintion for LSP lintersw0rp
2017-11-21Quietly add go to definition support for tsserverw0rp