rust-analyzer/crates/ide_assists/src
bors[bot] a2f83c956e
Merge #9614
9614: Parse input expressions for dbg! invocations in remove_dbg r=Veykril a=Veykril

Instead of inspecting the input tokentree manually, parse the input as `,` delimited expressions instead and act on that. This simplifies the assist quite a bit.

Fixes #8455

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-07-16 13:48:23 +00:00
..
handlers Merge #9614 2021-07-16 13:48:23 +00:00
tests Yeet replace_unwrap_with_match in favor of inline_call 2021-07-05 15:47:55 +02:00
utils clippy::redudant_borrow 2021-06-13 09:24:16 +05:30
assist_config.rs 7526: Rename crate assists to ide_assists. 2021-02-23 00:59:16 +05:30
assist_context.rs cargo fmt 2021-06-13 09:48:15 +05:30
lib.rs Yeet replace_unwrap_with_match in favor of inline_call 2021-07-05 15:47:55 +02:00
tests.rs Disambiguate replace with if let assist labels 2021-07-10 18:00:22 +02:00
utils.rs Invert boolean literals in assist negation logic 2021-07-06 20:30:26 +02:00