rust-analyzer/crates/completion/src
Aleksey Kladov e179ed6f53 Use natural trait ordering in derive completion
derive(Clone, Copy) reads better than derive(Copy, Clone).

However, we preserve the reverse ordering in the lookup text for
sorting purposes. That way, it's convenient to type just `Ord` to
derive everything.
2020-12-11 15:45:53 +03:00
..
completions Use natural trait ordering in derive completion 2020-12-11 15:45:53 +03:00
render Disable the completion for no corresponding client resolve capabilities 2020-12-08 01:07:20 +02:00
completions.rs Avoid turning completion objects into builders 2020-11-16 23:16:41 +02:00
config.rs Normalize spelling to American English 2020-12-10 17:51:56 +03:00
context.rs Complete struct in irrefutable let 2020-11-26 21:28:43 +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 Minor, more orthogonal code 2020-12-10 18:01:02 +03:00
patterns.rs Extract call_info and completion into separate crates 2020-10-18 13:09:00 +03:00
render.rs Disable the completion for no corresponding client resolve capabilities 2020-12-08 01:07:20 +02:00
test_utils.rs Minor, more orthogonal code 2020-12-10 18:01:02 +03:00