rust/crates/ide_completion/src/render
2022-03-12 06:58:43 -08:00
..
builder_ext.rs Complete enum variants identically to structures. 2022-03-11 18:26:01 -08:00
compound.rs Reduce intermediate string allocations in render::compound::render_record and ::render_tuple 2022-03-12 05:01:25 -08:00
const_.rs feat: Deprioritize completions of private but editable definitions 2022-02-02 02:05:49 +01:00
enum_variant.rs Extract the code for formatting struct and enum-variant literal labels out into a common function 2022-03-12 04:40:05 -08:00
function.rs [ide_completion] render if a function is async/const/unsafe in completion details 2022-02-08 22:48:34 +00:00
macro_.rs Don't parse source files to generate macro completion details 2022-03-10 22:21:58 +01:00
pattern.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
struct_literal.rs Extract the code for formatting struct and enum-variant literal labels out into a common function 2022-03-12 04:40:05 -08:00
type_alias.rs feat: Deprioritize completions of private but editable definitions 2022-02-02 02:05:49 +01:00
union_literal.rs Suggest union literals, suggest union fields within an empty union literal 2022-03-12 06:58:43 -08:00