rust-analyzer/crates/ra_assists/src/handlers
Aleksey Kladov 4867968d22 Refactor assists API to be more convenient for adding new assists
It now duplicates completion API in its shape.
2020-05-07 16:27:54 +02:00
..
add_custom_impl.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
add_derive.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
add_explicit_type.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
add_from_impl_for_enum.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
add_function.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
add_impl.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
add_missing_impl_members.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
add_new.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
apply_demorgan.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
auto_import.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
change_return_type_to_result.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
change_visibility.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
early_return.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
fill_match_arms.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
flip_binexpr.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
flip_comma.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
flip_trait_bound.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
inline_local_variable.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
introduce_variable.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
invert_if.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
merge_imports.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
merge_match_arms.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
move_bounds.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
move_guard.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
raw_string.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
remove_dbg.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
remove_mut.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
reorder_fields.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
replace_if_let_with_match.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
replace_let_with_if_let.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
replace_qualified_name_with_use.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
replace_unwrap_with_match.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
split_import.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00
unwrap_block.rs Refactor assists API to be more convenient for adding new assists 2020-05-07 16:27:54 +02:00