rust-analyzer/crates/ide_completion/src
2022-04-28 20:21:46 +02:00
..
completions Fix outline mod completion with partial module name 2022-04-28 20:21:46 +02:00
render fix: remove lookup and handle mut kw case 2022-04-27 18:54:57 +09:00
tests Show macro_rules snippet in blocks 2022-04-27 14:40:09 +02:00
completions.rs internal: Add a NameContext to CompletionContext, move out some ImmediateLocation variants 2022-04-17 21:53:58 +02:00
config.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
context.rs Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
item.rs Reduce priority of flyimport completions 2022-04-25 14:34:54 +02:00
lib.rs suggest infered type in auto complete 2022-04-03 11:17:33 +04:30
patterns.rs internal: Add a NameContext to CompletionContext, move out some ImmediateLocation variants 2022-04-17 21:53:58 +02:00
render.rs Reduce priority of flyimport completions 2022-04-25 14:34:54 +02:00
snippet.rs Simplify completion import insertion 2022-04-02 01:42:21 +02:00
tests.rs Simplify completion import insertion 2022-04-02 01:42:21 +02:00