Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-04 | Add eclipselsp jdt:// support for textDocument/definition (#4030) | yoshi1123 | |
This patch adds support for opening jdt:// links on "go to definition" requests returned by Java language servers. Co-authored-by: w0rp <devw0rp@gmail.com> | |||
2022-02-05 | Allows to use quickfix for references. (#4033) | Dalius Dobravolskas | |
* Allows to use quickfix for references. E.g. following mapping could be used to find references for item under cursor and put result into quickfix list: ``` nnoremap <leader>af :ALEFindReferences -quickfix<CR> ``` Fixes #1759 * Documentation update. | |||
2021-07-09 | chore: replace python-language-server to supported pylsp (#3810) | Gerardo Gómez Rodríguez | |
As mentioned in #3722 palantir's python-language-server is no longer maintained. The alternative is to use the community-driven https://github.com/python-lsp/python-lsp-server. | |||
2020-08-27 | Fix #3316 - Repeat -relative for ALERepeatSelection | w0rp | |
2020-04-15 | Closes #3019 - Implement default navigation | w0rp | |
Default navigation for commands that jump to new locations has been implemented with the `ale_default_navigation` variable, and all commands that jump to locations now support `-tab`, `-split`, or `-vsplit` arguments for overriding the default navigation behavior. | |||
2019-03-29 | Fix #2402 - Handle null LSP references responses | 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-01-27 | Use relative paths when previewing file locations (#2238) | Alvin Chan | |
* Use relative paths when previewing file locations Example: ALEFindReferences -relative | |||
2019-01-21 | Update tests | Andrey Popp | |
2018-12-31 | Update FindReferences tests | Alvin Chan | |
2018-08-24 | Use one LSP connection per project | w0rp | |
2018-07-22 | Check LSP capabilities before using them | w0rp | |
2018-07-06 | Fix the broken tests | w0rp | |
2018-06-15 | Lazy-load LSP linters, and check b:changedtick before notifying about changes | w0rp | |
2018-04-22 | Add support for finding references using LSP servers or tsserver | w0rp | |