rust-analyzer/crates/ide-assists/src
Chayim Refael Friedman 791a63255b Move some more AST makers to the quote macro
And implement addons as necessary.

There are many more makers to be moved, and I'm not completely satisfied with this (due to the ease of making a mistake in the AST structure, and slightly less but also because of the need to remember whitespaces), but this is already enough to see how this will look like.
2024-12-30 05:46:06 +02:00
..
handlers Move some more AST makers to the quote macro 2024-12-30 05:46:06 +02:00
tests fix: Reduce applicability of unnecessary_async assist 2024-12-20 08:41:46 +01:00
utils refactor: move ide_assist::utils::suggest_name to ide-db 2024-09-03 05:21:05 +08:00
assist_config.rs Simplify 2024-07-22 09:54:31 +02:00
assist_context.rs feat: improve name generation in destructure_tuple_binding 2024-12-13 23:34:03 +08:00
lib.rs Merge pull request #18385 from Giga-Bowser/master 2024-10-30 09:36:55 +00:00
tests.rs minor: Group extract_function with other extraction assists 2024-12-11 14:11:20 -05:00
utils.rs internal: Move is_body_const to ide_assists::utils 2024-12-11 09:52:03 -05:00