rust-analyzer/crates/ide_completion/src
bors[bot] 8389510f8d
Merge #9012
9012: feat: add tab stops for keyword completions r=matklad a=eduardocanellas

Add tab stops for all the keywords that I judged fit. I also introduced some line breaks and spaces, following the pattern I saw in the `postfix` module.

Co-authored-by: Eduardo Canellas <eduardocanellas98@gmail.com>
2021-05-26 20:29:52 +00:00
..
completions Merge #9012 2021-05-26 20:29:52 +00:00
render internal: normalize name 2021-04-30 11:52:31 +03:00
completions.rs simplify 2021-05-05 22:55:12 +02:00
config.rs rename completion -> ide_completion 2021-02-17 17:53:31 +03:00
context.rs simplify 2021-05-26 21:09:27 +02:00
generated_lint_completions.rs Format generated features manually instead of relying on rustfmt 2021-02-27 16:25:06 +02:00
item.rs Remove SyntaxRewriter usage in insert_use in favor of ted 2021-04-20 02:09:12 +02:00
lib.rs internal: rename hypothetical -> speculative 2021-05-24 22:21:25 +03:00
patterns.rs simplify 2021-05-26 21:09:27 +02:00
render.rs Infer correct expected type for generic struct fields 2021-05-23 18:45:44 +02:00
test_utils.rs Replace ImportGranularity::Guess with guessing boolean flag 2021-05-19 15:57:10 +02:00