Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |