rust/crates/ide_completion
Aleksey Kladov fbb9d69758 feat: always prefer postfix snippets if there's exact textual match
Note that, while we don't currently have a fuzzy-matching score, it
makes sense to special-case postfix templates -- it's very annoying when
`.not()` gets sorted before `.not`. We might want to move this infra to
fuzzy matching, once we have that!
2021-07-04 16:50:02 +03:00
..
src feat: always prefer postfix snippets if there's exact textual match 2021-07-04 16:50:02 +03:00
Cargo.toml internal: overhaul code generation 2021-07-03 22:11:03 +03:00