rust-analyzer/crates/ide-db
Felicián Németh 7aa70a86d1 Speed up resolving "Generate delegate method" assist (part 1)
Fix #19322

Sometimes there are 185 "Generate delegate" assists with the same
assist_id and asssist_kind.  This commit introduces and additional
differentiator: assist_subtype.  Therefore, when the LSP client sends
an assist resolve request, rust-analyzer only need to compute edits
for a single assist instead of 185.
2025-03-22 09:41:34 +01:00
..
src Speed up resolving "Generate delegate method" assist (part 1) 2025-03-22 09:41:34 +01:00
Cargo.toml internal: port rust-analyzer to new Salsa 2025-03-10 13:30:51 -04:00