rust-analyzer/crates/ide-completion/src
A4-Tacks 6bb1b88677
Add all any and not attribute completions
Example
---
`#[cfg($0)]` -> `#[cfg(any($0))]`
2025-09-28 08:42:18 +08:00
..
completions Add all any and not attribute completions 2025-09-28 08:42:18 +08:00
context Use lower_nextsolver::callable_item_signature instead of lower::callable_item_signature 2025-09-23 16:26:46 -04:00
render Fix complete type in nested pattern 2025-09-17 15:11:22 +08:00
tests Add all any and not attribute completions 2025-09-28 08:42:18 +08:00
completions.rs Add const parameter keyword completion 2025-09-23 11:26:52 +08:00
config.rs fix: Only compute unstable paths on nightly toolchains for IDE features 2025-09-16 09:17:16 +02:00
context.rs Fix else completion before else keyword 2025-09-19 19:59:47 +08:00
item.rs Merge Trait and TraitAlias handling 2025-08-13 15:28:08 +08:00
lib.rs Auto-attach database in Analysis calls 2025-08-18 09:52:23 +02:00
render.rs fix: Only compute unstable paths on nightly toolchains for IDE features 2025-09-16 09:17:16 +02:00
snippet.rs fix: Only compute unstable paths on nightly toolchains for IDE features 2025-09-16 09:17:16 +02:00
tests.rs Use ParamEnv in TraitEnvironment 2025-09-23 00:04:57 +00:00