rust-analyzer/crates/ide_completion/src
2021-08-07 22:30:13 +02:00
..
completions Look for enum variants and trait assoc functions when looking for lang items 2021-08-07 22:30:13 +02:00
render internal: document query implication of completion rendering 2021-07-31 16:13:15 +03:00
tests feat: filter out duplicate macro completions 2021-08-03 17:36:06 +03:00
completions.rs Complete crate, super and self in non-usetree paths 2021-07-07 19:08:37 +02:00
config.rs Add config setting for self-on-the-fly 2021-05-31 15:14:56 +02:00
context.rs Give TypeInfo fields and methods more appropriate names 2021-08-03 17:28:51 +02:00
item.rs add 'use' prefix for any auto-import 2021-07-20 18:35:19 +04:30
lib.rs Add Limit struct. 2021-07-19 13:26:11 +01:00
patterns.rs Simplify 2021-07-21 18:34:43 +02:00
render.rs feat: filter out duplicate macro completions 2021-08-03 17:36:06 +03:00
tests.rs Add a Union to the base item completion test fixture 2021-07-23 17:02:39 +02:00