rust-analyzer/crates/completion/src
Nick Spain 5c659c21dd Handle case where detail doesn't exist without giving up on completion
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2021-01-02 21:53:52 +11:00
..
completions Remove source_old from adding const and function impls 2021-01-02 21:53:52 +11: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 Normalize spelling to American English 2020-12-10 17:51:56 +03:00
context.rs Add completions for patterns 2020-12-20 18:19:23 +01: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 Avoid a couple of allocations 2020-12-29 14:35:49 +02: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