rust/crates/completion/src
Aleksey Kladov 6e87828756 YAGNI active_resolve_capabilities
This leaks a lot of LSP details into ide layer, which we want to avoid:

c9cec381bc/docs/dev (lsp-independence)

Additionally, all what this infra does is providing a toggle for
auto-import completion, but we already have one!
2021-01-06 20:23:53 +03:00
..
completions YAGNI active_resolve_capabilities 2021-01-06 20:23:53 +03:00
render Handle case where detail doesn't exist without giving up on completion 2021-01-02 21:53:52 +11:00
completions.rs Make the result of Const, FunctionRender and TypeAliasRender constructors optional 2021-01-02 21:53:52 +11:00
config.rs YAGNI active_resolve_capabilities 2021-01-06 20:23:53 +03:00
context.rs Rename expr -> tail_expr 2021-01-05 15:51:13 +03:00
generated_lint_completions.rs Reorganize completions structure 2020-10-25 10:59:15 +03:00
item.rs Minor, more orthogonal code 2020-12-10 18:01:02 +03:00
lib.rs YAGNI active_resolve_capabilities 2021-01-06 20:23:53 +03:00
patterns.rs Extract call_info and completion into separate crates 2020-10-18 13:09:00 +03:00
render.rs Make the result of Const, FunctionRender and TypeAliasRender constructors optional 2021-01-02 21:53:52 +11:00
test_utils.rs Keep the original completion order in tests 2020-12-19 13:18:40 +02:00