rust/crates/ide-completion/src
bors 420a038da9 Auto merge of #14513 - hecatia-elegua:alias-based-completion2, r=Veykril
doc(alias)-based completion round 2

Follow-up on #14433
We can now complete fields, functions and some use/mods.
Flyimports don't behave, I don't really have the time to understand the structure there either.
While reading the flyimport code, I removed one method only used there, the closure-tree was a bit confusing, I can revert that if you want.
2023-04-24 06:34:25 +00:00
..
completions Auto merge of #14513 - hecatia-elegua:alias-based-completion2, r=Veykril 2023-04-24 06:34:25 +00:00
context Spelling 2023-04-19 09:45:55 -04:00
render Auto merge of #14513 - hecatia-elegua:alias-based-completion2, r=Veykril 2023-04-24 06:34:25 +00:00
tests Auto merge of #14513 - hecatia-elegua:alias-based-completion2, r=Veykril 2023-04-24 06:34:25 +00:00
completions.rs Merge branch 'master' into alias-based-completion2 2023-04-11 21:14:52 +02:00
config.rs ⬆️ rust-analyzer 2023-02-13 13:55:14 +02:00
context.rs Merge branch 'master' into alias-based-completion2 2023-04-11 21:14:52 +02:00
item.rs Render alias text for use imports 2023-04-06 17:25:30 +02:00
lib.rs Spelling 2023-04-19 09:45:55 -04:00
render.rs Render alias text for use imports 2023-04-06 17:25:30 +02:00
snippet.rs ⬆️ rust-analyzer 2023-01-09 10:36:22 -08:00
tests.rs Spelling 2023-04-19 09:45:55 -04:00