index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
completion
Age
Commit message (
Expand
)
Author
2019-01-08
Optimize ale#completion#Filter when prefix is ""
Jerko Steiner
2019-01-08
Manually trigger autocomplete even when prefix is ""
Jerko Steiner
2018-09-17
#1794 - Handle LSP documentation content as a Dictionary
w0rp
2018-09-12
fix non-. prefix triggers overfiltering results
Nick Gavalas
2018-09-11
fix tsserver className parsing
Nick Gavalas
2018-09-07
#1888 Support names with minuses in Clojure and Lisp
w0rp
2018-08-24
Use one LSP connection per project
w0rp
2018-07-26
#1700 - Try using a 0ms timer showing the completion menu
w0rp
2018-07-25
#1700 - Temporarily change completion options when the feedkeys() keybind is ...
w0rp
2018-07-23
#1751 Handle LSP completion results without the 'kind' attribute
w0rp
2018-07-22
Make the completion events test fail less
w0rp
2018-07-22
#1692 - Only send completion requests to the first server supporting them
w0rp
2018-07-22
Check LSP capabilities before using them
w0rp
2018-07-17
#1700 - Don't send <C-x><C-o> for completion in Insert mode
w0rp
2018-07-16
#1700 - Stop handling completion results if you leave insert mode
w0rp
2018-07-06
Fix the broken tests
w0rp
2018-07-04
Close #1690 - Respect the preview setting for completeopt
w0rp
2018-06-15
Lazy-load LSP linters, and check b:changedtick before notifying about changes
w0rp
2018-06-12
Add a test for handling missing detail keys for LSP completion
w0rp
2018-05-28
Close #1553 - Support some tsserver completion for strings
w0rp
2018-05-28
Fix #1568 - Filter LSP completion results with the prefixes
w0rp
2018-05-03
Add g:ale_completion_excluded_words for completion filtering
w0rp
2018-04-22
Close #1162 - Implement completion support with LSP servers
w0rp
2017-11-26
#1162 Get LSP completions working reasonably well
w0rp
2017-11-26
#1162 Add unfinished experimental code for supporting LSP completion, clean u...
w0rp