summaryrefslogtreecommitdiff
path: root/autoload/ale/completion.vim
AgeCommit message (Expand)Author
2018-09-17#1794 - Handle LSP documentation content as a Dictionaryw0rp
2018-09-12fix non-. prefix triggers overfiltering resultsNick Gavalas
2018-09-11fix tsserver className parsingNick Gavalas
2018-09-07#1888 Support names with minuses in Clojure and Lispw0rp
2018-09-04Improve ALE project style checkingw0rp
2018-08-24Use one LSP connection per projectw0rp
2018-08-15Stop creating closure function in global scope by using partials insteadw0rp
2018-07-26#1700 - Try using a 0ms timer showing the completion menuw0rp
2018-07-25#1700 - Temporarily change completion options when the feedkeys() keybind is ...w0rp
2018-07-25Switch to v:t_ variables for type checksw0rp
2018-07-23#1751 Handle LSP completion results without the 'kind' attributew0rp
2018-07-22#1692 - Only send completion requests to the first server supporting themw0rp
2018-07-22Check LSP capabilities before using themw0rp
2018-07-17#1700 - Don't send <C-x><C-o> for completion in Insert modew0rp
2018-07-16#1700 - Stop handling completion results if you leave insert modew0rp
2018-07-04Close #1690 - Respect the preview setting for completeoptw0rp
2018-06-15Lazy-load LSP linters, and check b:changedtick before notifying about changesw0rp
2018-06-07lsp: handle missing "detail" keyChristian HoĢˆltje
2018-05-28#1524 - Define global variables where they are neededw0rp
2018-05-28Close #1553 - Support some tsserver completion for stringsw0rp
2018-05-28Fix #1568 - Filter LSP completion results with the prefixesw0rp
2018-05-03Add g:ale_completion_excluded_words for completion filteringw0rp
2018-04-22Close #1162 - Implement completion support with LSP serversw0rp
2017-11-26Compress one linew0rp
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-21Use some default regex for completion support in other filetypesw0rp
2017-11-19Stop the completion tests from failing randomlyw0rp
2017-10-26Fix #1041 - Do not request completions shortly after CompleteDonew0rp
2017-08-20#653 - Automatically accept annoying loclist and quickfix errors from Vimw0rp
2017-08-18Increase the default maximum completion suggestions to a more useful but safe...w0rp
2017-08-18Change the completeopt setting just before showing suggestions too, which wor...w0rp
2017-08-17Automatically adjust the completion options when using completion while you typew0rp
2017-08-16Cover completion with more testsw0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-08-04Fix the completion start position regex matching being off by onew0rp
2017-08-04Tell Vim omnicompletion that tsserver matches are case-insensitivew0rp
2017-08-02Cover the Rust LSP with tests, allow LSP linters to be named anything, and re...w0rp
2017-07-26#517 Add more code LSP support which makes the tssserver linter behave more l...w0rp
2017-07-24Set the g:ale_completion_enabled option when completion is enabled or disabledw0rp
2017-07-21Don't mess with compleopt for each completion, as it doesn't workw0rp
2017-07-17Limit the suggestions only after filtering themw0rp
2017-07-17Filter the completion results by the prefix we usedw0rp
2017-07-13Make tsserver completion more reliable, but not quite ready for documentation...w0rp
2017-07-02Support an 'stdio' type for linter defintions, and require a command for LSP ...w0rp
2017-07-02Get automatic completion with tsserver to workw0rp
2017-07-02Refactor LSP jobs to use a uniform ID valuew0rp
2017-07-02Add some experimental completion code for tsserverw0rp