rust-analyzer/crates/ide_completion/src
2021-09-01 09:11:20 +03:00
..
completions Move "complete macro call if cursor at ! token" logic to MacroRender 2021-09-01 09:11:20 +03:00
render Move "complete macro call if cursor at ! token" logic to MacroRender 2021-09-01 09:11:20 +03:00
tests fix: Do not show functional update completion when already qualified 2021-08-21 20:45:15 +02:00
completions.rs Add completion for struct literal in which all fields are visible. 2021-08-04 18:52:58 +02:00
config.rs Add config setting for self-on-the-fly 2021-05-31 15:14:56 +02:00
context.rs Move "complete macro call if cursor at ! token" logic to MacroRender 2021-09-01 09:11:20 +03:00
item.rs add 'use' prefix for any auto-import 2021-07-20 18:35:19 +04:30
lib.rs Add completion for struct literal in which all fields are visible. 2021-08-04 18:52:58 +02:00
patterns.rs Refine functional update completion some more 2021-08-10 17:03:38 +02:00
render.rs Simplify 2021-08-14 19:09:36 +02:00
tests.rs Add a Union to the base item completion test fixture 2021-07-23 17:02:39 +02:00