rust-analyzer/crates/ide_completion/src/render
2022-03-31 11:12:08 +02:00
..
const_.rs feat: Deprioritize completions of private but editable definitions 2022-02-02 02:05:49 +01:00
function.rs fix: Disable ref_match for qualified paths as well 2022-03-27 12:50:55 +02:00
literal.rs fix: Fix tuple- and record struct completions not working with existing braces 2022-03-21 22:01:26 +01:00
macro_.rs Simplify completion render functionality 2022-03-16 16:27:55 +01:00
pattern.rs fix: Fix tuple- and record struct completions not working with existing braces 2022-03-21 22:01:26 +01:00
type_alias.rs feat: Deprioritize completions of private but editable definitions 2022-02-02 02:05:49 +01:00
union_literal.rs Simplify completion render functionality 2022-03-16 16:27:55 +01:00
variant.rs internal: Enforce Resolver to always have a module scope 2022-03-31 11:12:08 +02:00