summaryrefslogtreecommitdiff
path: root/test/lsp
AgeCommit message (Expand)Author
2023-09-16#4454 Clean up more tests and codew0rp
2023-09-16Stop supporting ale_lsp_rootw0rp
2023-09-16Close #4458 - Add an ALEStopLSP commandw0rp
2023-09-14#4607 No conflicts with nvim-lspconfig by defaultw0rp
2023-07-25Communicate support for markdown to the lsp server (#4450) (#4453)Wooter
2023-03-14Fix `ale#util#GetBufferContents` and propagate use (#4457)Wilson E. Alvarez
2022-04-30Add ALEGoToImplementation (#4160)godbless
2022-04-29Add CodeAction codeActionLiteralSupport Feature (#4163)godbless
2022-04-01Add neovim 0.6 to run-tests (#3998)Horacio Sanson
2022-03-04Add eclipselsp jdt:// support for textDocument/definition (#4030)yoshi1123
2021-10-15Fix 3207 - do not send didSave notification if not supported (#3930)Horacio Sanson
2021-10-07Implement textDocument/didSave includeText optional argument (#3925)Wilson E. Alvarez
2021-09-05Introduce an ALELSPStarted autocommand (#3878)Jon Parise
2021-07-09chore: replace python-language-server to supported pylsp (#3810)Gerardo Gómez Rodríguez
2021-03-01#3599 - Use ale_root instead of ale_lsp_rootw0rp
2021-02-20Support going to type definition with tsserver (#3545)Alex LaFroscia
2020-11-14Support for LSP/tsserver Code Actions (#3437)Dalius Dobravolskas
2020-09-05Fix #3183 - Escape filename characters from LSP/tsserverw0rp
2020-08-18Remove features deprecated in previous versionsw0rp
2020-08-18Fix #3294 - Fix hover off by 1, handle LSP server crashesw0rp
2020-08-16Make it easier to run tests locallyw0rp
2020-08-07Fix #2907 - Handle dictionaries for capabilitiesw0rp
2019-10-18Adding support for LSP `window/showMessage` method (#2652)Andre Souto
2019-09-12Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto import...Jerko Steiner
2019-06-02Use JSON output for eslint and fix tsserver columnNils Kuhnhenn
2019-06-01Support custom LSP notificationsMartino Pilia
2019-05-31Refactor LSP custom request handlingMartino Pilia
2019-05-31Add API for custom LSP requestsMartino Pilia
2019-05-24Fix LSP testsw0rp
2019-05-20Try to fix the testsw0rp
2019-05-20Fix #2515 - Send client capabilities to LSP serversw0rp
2019-05-14Close #829 - Close LSP documents when buffers are deletedw0rp
2019-05-10#2403 - Make ale_disable_lsp apply consistently, and document it betterw0rp
2019-04-15improve the lsp diagnostic message format (#2425)Jethro Shuwen Sun
2019-04-07Close #2132 - Add deprecation warnings for old featuresw0rp
2019-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
2019-04-02#2397 - didChangeConfiguration should be a notificationw0rp
2019-02-27#2132 - Support deferred execution for LSP executables, commands, and addressesw0rp
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2019-02-15#2295 Send an empty object for the initialized notification, per the specw0rp
2019-02-15Fix #2295 - Respond to initialize with an initialized messagew0rp
2019-02-13#2132 Use an on-init callback for all LSP logicw0rp
2019-02-06#2132 - lint and fix with ale#command#Runw0rp
2019-01-26Add additional ways to detect LSP project rootbrian m. carlson
2019-01-26test/lsp: ensure linter name is setbrian m. carlson
2019-01-21Add textDocument/typeDefinition for LSP (#2226)Andrey Popp
2019-01-21Merge pull request #2224 from andreypopp/andreypopp/lsp-hover-fix-columnw0rp
2019-01-21Update testsAndrey Popp
2019-01-21Update testsAndrey Popp
2018-11-29Merge branch 'master' into sridharsBjorn Neergaard