rust/crates/ide-completion/src
2022-06-20 18:03:09 +02:00
..
completions internal: Lift out IdentContext from CompletionContext 2022-06-20 17:41:04 +02:00
context internal: Lift out IdentContext from CompletionContext 2022-06-20 17:41:04 +02:00
render internal: Lift out IdentContext from CompletionContext 2022-06-20 17:41:04 +02:00
tests fix: Don't trigger pattern completions when typing a wildcard pattern 2022-06-20 18:03:09 +02:00
completions.rs fix: Don't trigger pattern completions when typing a wildcard pattern 2022-06-20 18:03:09 +02:00
config.rs fix: Fix fill-arguments completions not working 2022-05-13 19:52:44 +02:00
context.rs internal: Lift out IdentContext from CompletionContext 2022-06-20 17:41:04 +02:00
item.rs internal: Lift out IdentContext from CompletionContext 2022-06-20 17:41:04 +02:00
lib.rs internal: Lift out IdentContext from CompletionContext 2022-06-20 17:41:04 +02:00
render.rs internal: Lift out IdentContext from CompletionContext 2022-06-20 17:41:04 +02:00
snippet.rs Split remaining completion calls on the context kinds 2022-06-20 13:17:30 +02:00
tests.rs disable private editable in TEST_CONFIG by default 2022-06-16 08:52:57 +08:00