rust-analyzer/crates/ide-completion
Chayim Refael Friedman 02d47f3a81 Fix a case where completion was unable to expand a macro
Which caused the macros of the popular `tracing` crate to not offer completions.

The reason is rather complicated: it boils down to macro ignoring their input and completion always choosing the first expansion.
2024-12-20 13:14:59 +02:00
..
src Fix a case where completion was unable to expand a macro 2024-12-20 13:14:59 +02:00
Cargo.toml Move text-edit into ide-db 2024-10-28 14:37:41 +01:00