rust-analyzer/crates/ide_completion/src/render
2022-04-16 13:54:24 +05:00
..
const_.rs feat: Deprioritize completions of private but editable definitions 2022-02-02 02:05:49 +01:00
function.rs minor: address nit 2022-04-16 13:54:24 +05:00
literal.rs Deprioritize already-imported names 2022-04-11 18:48:27 +02:00
macro_.rs Deprioritize already-imported names 2022-04-11 18:48:27 +02: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