aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/lsp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Read trigger characters from LSP initialize responses (#5121)Eric Stern2026-05-311-0/+48
* Close #5112 - Support newer Pyright and other LSPsw0rp2026-05-152-1/+288
* Close #5002 - Support getting g:ale_root as a Stringw0rp2026-05-151-0/+6
* fix expert lsp stdio and register capability (#5113)coriocactus2026-04-101-0/+24
* Added support for harper in markdown files (#5104)Armand Halbert2026-03-282-1/+63
* Only strip newlines for echo, otherwise full messages (#4964)Benjamin Block2025-07-201-2/+2
* Close #3600 - Implement pull diagnostics in VimLw0rp2025-03-275-18/+166
* Add Neovim TCP connections to language serversw0rp2025-03-271-0/+9
* Supply language_id values to Neovim LSP APIw0rp2025-03-276-18/+18
* Fix tests for Neovim LSP integrationw0rp2025-03-271-43/+43
* #4454 Clean up more tests and codew0rp2023-09-161-6/+3
* Stop supporting ale_lsp_rootw0rp2023-09-162-30/+7
* Close #4458 - Add an ALEStopLSP commandw0rp2023-09-161-36/+107
* #4607 No conflicts with nvim-lspconfig by defaultw0rp2023-09-141-4/+4
* Communicate support for markdown to the lsp server (#4450) (#4453)Wooter2023-07-251-2/+2
* Fix `ale#util#GetBufferContents` and propagate use (#4457)Wilson E. Alvarez2023-03-141-0/+3
* Add ALEGoToImplementation (#4160)godbless2022-04-303-0/+33
* Add CodeAction codeActionLiteralSupport Feature (#4163)godbless2022-04-291-0/+5
* Add neovim 0.6 to run-tests (#3998)Horacio Sanson2022-04-011-8/+8
* Add eclipselsp jdt:// support for textDocument/definition (#4030)yoshi11232022-03-045-29/+29
* Fix 3207 - do not send didSave notification if not supported (#3930)Horacio Sanson2021-10-151-0/+24
* Implement textDocument/didSave includeText optional argument (#3925)Wilson E. Alvarez2021-10-071-1/+16
* Introduce an ALELSPStarted autocommand (#3878)Jon Parise2021-09-051-22/+71
* chore: replace python-language-server to supported pylsp (#3810)Gerardo Gómez Rodríguez2021-07-091-3/+3
* #3599 - Use ale_root instead of ale_lsp_rootw0rp2021-03-011-11/+39
* Support going to type definition with tsserver (#3545)Alex LaFroscia2021-02-201-0/+13
* Support for LSP/tsserver Code Actions (#3437)Dalius Dobravolskas2020-11-141-1/+5
* Fix #3183 - Escape filename characters from LSP/tsserverw0rp2020-09-051-10/+46
* Remove features deprecated in previous versionsw0rp2020-08-183-5/+4
* Fix #3294 - Fix hover off by 1, handle LSP server crashesw0rp2020-08-181-0/+10
* Make it easier to run tests locallyw0rp2020-08-161-0/+6
* Fix #2907 - Handle dictionaries for capabilitiesw0rp2020-08-071-1/+52
* Adding support for LSP `window/showMessage` method (#2652)Andre Souto2019-10-181-0/+94
* Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto import...Jerko Steiner2019-09-122-2/+6
* Use JSON output for eslint and fix tsserver columnNils Kuhnhenn2019-06-021-3/+3
* Support custom LSP notificationsMartino Pilia2019-06-011-8/+31
* Refactor LSP custom request handlingMartino Pilia2019-05-311-21/+37
* Add API for custom LSP requestsMartino Pilia2019-05-311-0/+120
* Fix LSP testsw0rp2019-05-242-0/+393
* Try to fix the testsw0rp2019-05-201-2/+2
* Fix #2515 - Send client capabilities to LSP serversw0rp2019-05-202-2/+60
* Close #829 - Close LSP documents when buffers are deletedw0rp2019-05-141-0/+176
* #2403 - Make ale_disable_lsp apply consistently, and document it betterw0rp2019-05-101-0/+3
* improve the lsp diagnostic message format (#2425)Jethro Shuwen Sun2019-04-151-0/+20
* Close #2132 - Add deprecation warnings for old featuresw0rp2019-04-071-4/+4
* #2132 - Replace command_chain and chain_with with ale#command#Runw0rp2019-04-071-0/+2
* #2397 - didChangeConfiguration should be a notificationw0rp2019-04-021-1/+1
* #2132 - Support deferred execution for LSP executables, commands, and addressesw0rp2019-02-271-0/+364
* #2132 - Replace all uses of foo_callback with foow0rp2019-02-221-9/+8
* #2295 Send an empty object for the initialized notification, per the specw0rp2019-02-152-4/+4