summaryrefslogtreecommitdiff
path: root/autoload/ale/lsp
AgeCommit message (Expand)Author
2022-04-30Add ALEGoToImplementation (#4160)godbless
2022-03-04Fix an argument namew0rp
2022-03-04Add eclipselsp jdt:// support for textDocument/definition (#4030)yoshi1123
2021-12-17ALEFileRename command added. (#4012)Dalius Dobravolskas
2021-10-07Implement textDocument/didSave includeText optional argument (#3925)Wilson E. Alvarez
2021-02-20Support going to type definition with tsserver (#3545)Alex LaFroscia
2020-11-14Support for LSP/tsserver Code Actions (#3437)Dalius Dobravolskas
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-05-20Fix #2515 - Send client capabilities to LSP serversw0rp
2019-04-15improve the lsp diagnostic message format (#2425)Jethro Shuwen Sun
2019-04-02#2397 - didChangeConfiguration should be a notificationw0rp
2019-03-07Fix #2330 - Do not use getcurpos() to avoid changing curswantw0rp
2019-02-15#2295 Send an empty object for the initialized notification, per the specw0rp
2019-02-06Update syntax checkingw0rp
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-21Fix ale#lsp#message#* to convert column to 0-basedAndrey Popp
2019-01-19End position in LSP range is exclusiveAndrey Popp
2018-11-29Merge branch 'master' into sridharsBjorn Neergaard
2018-11-29Use single quotes to satisfy vintBjorn Neergaard
2018-10-31Implement LSP symbol searchw0rp
2018-10-29#2017 Add support for display results from other sourcesw0rp
2018-10-22LSP configuration via didChangeConfiguration (#1852)Daniel Welch
2018-08-15Correct related information line numbers from 0-based to 1-basedFred Emmott
2018-08-15Better formattingFred Emmott
2018-08-15Use new-ish LSP 'relatedInformation' field for :ALEDetailFred Emmott
2018-08-02Merge pull request #1771 from fredemmott/lspw0rp
2018-08-02Handle LSP codes for `%code%` in message formatsFred Emmott
2018-08-01Add a type check for the error data from LSP serversw0rp
2018-07-25Switch to v:t_ variables for type checksw0rp
2018-07-18Add language server source in ALEDetail (2)Sridhar Srinivasan
2018-07-18Add language server source in ALEDetailSridhar Srinivasan
2018-07-13Support strings in data field of error responsesMTDL9
2018-06-15Lazy-load LSP linters, and check b:changedtick before notifying about changesw0rp
2018-06-06Pass rootUri to LSPs in addition to rootPathBen Falconer
2018-06-06Allow initialization options to be passed to language serversBen Falconer
2018-05-28Close #1559 - Report errors from LSP servers in :ALEInfow0rp
2018-04-26Close #1428 Implement LSP hover-like functionality for tsserver toow0rp
2018-04-22#1428 Start implementing LSP hover supportw0rp
2018-04-22Add support for finding references using LSP servers or tsserverw0rp
2018-03-06Add a command for stopping all LSP clientsw0rp
2018-03-02Fix #1384 - Handle warnings and suggestions for tsserverw0rp
2017-11-26Implement go to defintion for LSP lintersw0rp
2017-11-26#1162 Get LSP completions working reasonably wellw0rp
2017-11-26#1162 Add unfinished experimental code for supporting LSP completion, clean u...w0rp
2017-11-21Quietly add go to definition support for tsserverw0rp
2017-11-05Fix #1085 - Add a final newline character to tsserver and LSP messagesw0rp
2017-07-26#517 Add more code LSP support which makes the tssserver linter behave more l...w0rp
2017-07-02Get automatic completion with tsserver to workw0rp