rust-analyzer/crates/ide-completion/src
bors 9ef01d0895 Auto merge of #12490 - yue4u:fix/show-enum-in-fresh-use-tree, r=Veykril
fix: complete non-std enum at the start of `use` completions

close: #12421
2022-06-10 20:33:17 +00:00
..
completions Auto merge of #12490 - yue4u:fix/show-enum-in-fresh-use-tree, r=Veykril 2022-06-10 20:33:17 +00:00
render fix: avoid adding enum parens in use 2022-06-06 01:34:01 +09:00
tests Auto merge of #12490 - yue4u:fix/show-enum-in-fresh-use-tree, r=Veykril 2022-06-10 20:33:17 +00:00
completions.rs Move trait_impl completion analysis into CompletionContext 2022-06-03 19:49:02 +02:00
config.rs fix: Fix fill-arguments completions not working 2022-05-13 19:52:44 +02:00
context.rs Remove some of the unnecessary helpfer functions from CompletionContext 2022-06-03 20:49:25 +02:00
item.rs minor: Move inferred type completions 2022-05-07 12:59:26 +02:00
lib.rs Remove some of the unnecessary helpfer functions from CompletionContext 2022-06-03 20:49:25 +02:00
patterns.rs internal: Bump Dependencies 2022-06-10 17:30:02 +02:00
render.rs Remove some of the unnecessary helpfer functions from CompletionContext 2022-06-03 20:49:25 +02:00
snippet.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
tests.rs Use char for trigger character 2022-05-30 14:17:58 +02:00