Age | Commit message (Expand) | Author |
2020-11-14 | Support for LSP/tsserver Code Actions (#3437) | Dalius Dobravolskas |
2020-09-05 | Fix #3183 - Escape filename characters from LSP/tsserver | w0rp |
2020-08-18 | Remove features deprecated in previous versions | w0rp |
2020-08-18 | Fix #3294 - Fix hover off by 1, handle LSP server crashes | w0rp |
2020-08-16 | Make it easier to run tests locally | w0rp |
2020-08-07 | Fix #2907 - Handle dictionaries for capabilities | w0rp |
2019-10-18 | Adding support for LSP `window/showMessage` method (#2652) | Andre Souto |
2019-09-12 | Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto import... | Jerko Steiner |
2019-06-02 | Use JSON output for eslint and fix tsserver column | Nils Kuhnhenn |
2019-06-01 | Support custom LSP notifications | Martino Pilia |
2019-05-31 | Refactor LSP custom request handling | Martino Pilia |
2019-05-31 | Add API for custom LSP requests | Martino Pilia |
2019-05-24 | Fix LSP tests | w0rp |
2019-05-20 | Try to fix the tests | w0rp |
2019-05-20 | Fix #2515 - Send client capabilities to LSP servers | w0rp |
2019-05-14 | Close #829 - Close LSP documents when buffers are deleted | w0rp |
2019-05-10 | #2403 - Make ale_disable_lsp apply consistently, and document it better | w0rp |
2019-04-15 | improve the lsp diagnostic message format (#2425) | Jethro Shuwen Sun |
2019-04-07 | Close #2132 - Add deprecation warnings for old features | w0rp |
2019-04-07 | #2132 - Replace command_chain and chain_with with ale#command#Run | w0rp |
2019-04-02 | #2397 - didChangeConfiguration should be a notification | w0rp |
2019-02-27 | #2132 - Support deferred execution for LSP executables, commands, and addresses | w0rp |
2019-02-22 | #2132 - Replace all uses of foo_callback with foo | w0rp |
2019-02-15 | #2295 Send an empty object for the initialized notification, per the spec | w0rp |
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-02-06 | #2132 - lint and fix with ale#command#Run | w0rp |
2019-01-26 | Add additional ways to detect LSP project root | brian m. carlson |
2019-01-26 | test/lsp: ensure linter name is set | brian m. carlson |
2019-01-21 | Add textDocument/typeDefinition for LSP (#2226) | Andrey Popp |
2019-01-21 | Merge pull request #2224 from andreypopp/andreypopp/lsp-hover-fix-column | w0rp |
2019-01-21 | Update tests | Andrey Popp |
2019-01-21 | Update tests | Andrey Popp |
2018-11-29 | Merge branch 'master' into sridhars | Bjorn Neergaard |
2018-11-29 | Add test for detail in lsp ReadDiagnostics | Bjorn Neergaard |
2018-10-31 | Merge pull request #2035 from jparise/lsp_config_callback | w0rp |
2018-10-31 | Implement LSP symbol search | w0rp |
2018-10-31 | Only send LSP config updates when the dict changes | Jon Parise |
2018-10-22 | LSP configuration via didChangeConfiguration (#1852) | Daniel Welch |
2018-08-24 | Use one LSP connection per project | w0rp |
2018-08-20 | Merge pull request #1815 from fredemmott/lsp-related-information | w0rp |
2018-08-16 | Fix #1816 - Fix a type error in the initialize message handler | w0rp |
2018-08-15 | Correct related information line numbers from 0-based to 1-based | Fred Emmott |
2018-08-15 | Test file was the wrong way around | Fred Emmott |
2018-08-15 | Better formatting | Fred Emmott |
2018-08-15 | Use new-ish LSP 'relatedInformation' field for :ALEDetail | Fred Emmott |
2018-08-02 | Add test for LSP code of -1 | Fred Emmott |
2018-08-02 | Handle LSP codes for `%code%` in message formats | Fred Emmott |
2018-07-22 | Check LSP capabilities before using them | w0rp |
2018-07-19 | Capture server capabilities from LSP servers | w0rp |