rust/crates/ra_assists/src/handlers
2020-05-20 11:10:15 +02:00
..
add_custom_impl.rs Add snippet support for some assists 2020-05-19 20:28:27 +02:00
add_derive.rs Add snippet support for some assists 2020-05-19 20:28:27 +02:00
add_explicit_type.rs Cleanup 2020-05-20 01:23:05 +02:00
add_from_impl_for_enum.rs Cleanup 2020-05-20 01:23:05 +02:00
add_function.rs Use snippets in add_missing_members 2020-05-20 01:53:21 +02:00
add_impl.rs Add snippet support for some assists 2020-05-19 20:28:27 +02:00
add_missing_impl_members.rs Better cursor placement when adding impl members 2020-05-20 02:07:21 +02:00
add_new.rs Snippetify add_new 2020-05-20 10:17:46 +02:00
add_turbo_fish.rs New assist: add turbo fish 2020-05-20 00:27:10 +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 Minor 2020-05-20 10:20:21 +02:00
change_return_type_to_result.rs Use snippets in change_return_type_to_result 2020-05-20 11:10:15 +02:00
change_visibility.rs Trigger change_visibility assist when on an invisible struct field 2020-05-10 16:51:12 +02:00
early_return.rs unindent -> dedent 2020-05-09 14:48:43 +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 Simplify 2020-05-07 17:32:01 +02:00
merge_match_arms.rs Simplify 2020-05-07 17:32:01 +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 More fluent indent API 2020-05-09 14:40:11 +02:00
replace_let_with_if_let.rs More fluent indent API 2020-05-09 14:40:11 +02:00
replace_qualified_name_with_use.rs Minor 2020-05-20 10:20:21 +02:00
replace_unwrap_with_match.rs Explain the purpose of ast::make module more clearly 2020-05-20 01:28:46 +02:00
split_import.rs Simplify 2020-05-07 17:32:01 +02:00
unwrap_block.rs do not remove then block when you unwrap else block #4361 2020-05-10 15:31:51 +02:00