Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-15 | Fix #2295 - Respond to initialize with an initialized message | w0rp | |
2019-02-13 | #2132 Use an on-init callback for all LSP logic | w0rp | |
2019-01-21 | Add 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-21 | Update tests | Andrey Popp | |
2018-12-19 | Add versions of ALEGoToDefinition that open in splits | Ben Kraft | |
This is just like `:ALEGoToDefinitionInTab`, only a (v)split instead of a tab. Fixes #2140. | |||
2018-08-28 | Merge pull request #1861 from dimbleby/goto-definition-column | w0rp | |
Fix out-by-one error in column on goto-definition | |||
2018-08-27 | Fix out-by-one error in column on goto-definition | David Hotham | |
Fixes #1860 | |||
2018-08-24 | Use one LSP connection per project | w0rp | |
2018-08-07 | Update tests in response to changes in #1797. | Bradford Larsen | |
2018-08-07 | Update tests in response to changes in #1797. | Bradford Larsen | |
2018-07-22 | Check LSP capabilities before using them | w0rp | |
2018-07-06 | Fix the broken tests | w0rp | |
2018-06-21 | Fix #1661 - Do not use :edit when jumping inside of a file | w0rp | |
2018-06-15 | Lazy-load LSP linters, and check b:changedtick before notifying about changes | w0rp | |
2018-06-01 | Handle definition responses without files | w0rp | |
2018-04-22 | Implement a preview window for selecting locations to open | w0rp | |
2017-12-19 | Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0 | w0rp | |
instead. | |||
2017-11-26 | Fix go to definition tests on Windows | w0rp | |
2017-11-26 | Test go to definition tests on Windows | w0rp | |
2017-11-26 | Implement go to defintion for LSP linters | w0rp | |
2017-11-21 | Quietly add go to definition support for tsserver | w0rp | |