aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/test_go_to_definition.vader (follow)
Commit message (Expand)AuthorAgeFilesLines
* Supply language_id values to Neovim LSP APIw0rp2025-03-271-1/+1
* Implement listing all returned results for LSP textDocument/implements (#4755)Bryan Garber2024-05-011-7/+3
* Add ALEGoToImplementation (#4160)godbless2022-04-301-0/+96
* Add eclipselsp jdt:// support for textDocument/definition (#4030)yoshi11232022-03-041-14/+14
* chore: replace python-language-server to supported pylsp (#3810)Gerardo Gómez Rodríguez2021-07-091-8/+8
* Close #2102 - Add support for the Angular language serverw0rp2021-03-141-0/+23
* Support going to type definition with tsserver (#3545)Alex LaFroscia2021-02-201-0/+24
* Remove features deprecated in previous versionsw0rp2020-08-181-1/+1
* Closes #3019 - Implement default navigationw0rp2020-04-151-4/+34
* Add support for Vim's tagstack to ALEGoToDefinitionReed Riley2019-04-191-0/+9
* Fix #2295 - Respond to initialize with an initialized messagew0rp2019-02-151-4/+16
* #2132 Use an on-init callback for all LSP logicw0rp2019-02-131-25/+27
* Add textDocument/typeDefinition for LSP (#2226)Andrey Popp2019-01-211-4/+76
* Update testsAndrey Popp2019-01-211-2/+2
* Add versions of ALEGoToDefinition that open in splitsBen Kraft2018-12-191-13/+63
* Merge pull request #1861 from dimbleby/goto-definition-columnw0rp2018-08-281-4/+4
|\
| * Fix out-by-one error in column on goto-definitionDavid Hotham2018-08-271-4/+4
* | Use one LSP connection per projectw0rp2018-08-241-11/+15
|/
* Update tests in response to changes in #1797.Bradford Larsen2018-08-071-5/+5
* Update tests in response to changes in #1797.Bradford Larsen2018-08-071-5/+5
* Check LSP capabilities before using themw0rp2018-07-221-4/+43
* Fix the broken testsw0rp2018-07-061-1/+1
* Fix #1661 - Do not use :edit when jumping inside of a filew0rp2018-06-211-0/+22
* Lazy-load LSP linters, and check b:changedtick before notifying about changesw0rp2018-06-151-1/+8
* Handle definition responses without filesw0rp2018-06-011-0/+13
* Implement a preview window for selecting locations to openw0rp2018-04-221-3/+4
* Fix the mscs tests on Windows, and use the improved Simplify for all tests in...v1.7.0w0rp2017-12-191-11/+11
* Fix go to definition tests on Windowsw0rp2017-11-261-8/+8
* Test go to definition tests on Windowsw0rp2017-11-261-3/+3
* Implement go to defintion for LSP lintersw0rp2017-11-261-7/+154
* Quietly add go to definition support for tsserverw0rp2017-11-211-0/+138