summaryrefslogtreecommitdiff
path: root/test/lsp
AgeCommit message (Expand)Author
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
2018-11-29Add test for detail in lsp ReadDiagnosticsBjorn Neergaard
2018-10-31Merge pull request #2035 from jparise/lsp_config_callbackw0rp
2018-10-31Implement LSP symbol searchw0rp
2018-10-31Only send LSP config updates when the dict changesJon Parise
2018-10-22LSP configuration via didChangeConfiguration (#1852)Daniel Welch
2018-08-24Use one LSP connection per projectw0rp
2018-08-20Merge pull request #1815 from fredemmott/lsp-related-informationw0rp
2018-08-16Fix #1816 - Fix a type error in the initialize message handlerw0rp
2018-08-15Correct related information line numbers from 0-based to 1-basedFred Emmott
2018-08-15Test file was the wrong way aroundFred Emmott