rust/crates/ide_assists/src/handlers
2021-04-22 11:33:56 +03:00
..
add_explicit_type.rs Unify test style 2021-03-23 17:38:51 +03:00
add_lifetime_to_type.rs Use styleguide conforming import for ast nodes 2021-03-23 17:44:17 +03:00
add_missing_impl_members.rs Simplify code 2021-03-23 19:41:15 +03:00
add_turbo_fish.rs Fix add_life_to_type label typo 2021-03-20 13:44:12 +01:00
apply_demorgan.rs
auto_import.rs Gifs and screenshots for features in manual 2021-03-31 00:08:10 +01:00
change_visibility.rs Upgrade rowan 2021-03-16 16:10:49 +03:00
convert_comment_block.rs Simplify code 2021-03-23 19:41:15 +03:00
convert_integer_literal.rs
convert_into_to_from.rs Convert Into to From assist 2021-04-03 15:48:35 +01:00
convert_iter_for_each_to_for.rs
convert_tuple_struct_to_named_struct.rs Move reference editing logic into own function to make error handling more ease in "Convert to named struct" assist 2021-04-22 11:33:56 +03:00
early_return.rs refine comment style of tests 2021-03-24 19:28:50 +08:00
expand_glob_import.rs clippy::complexity simplifications related to Iterators 2021-03-21 13:13:34 +01:00
extract_function.rs Upgrade rowan 2021-03-16 16:10:49 +03:00
extract_struct_from_enum_variant.rs syntax: return owned string instead of leaking string 2021-03-26 18:30:59 +01:00
extract_type_alias.rs Don't use snippets 2021-03-29 13:23:07 +02:00
extract_variable.rs
fill_match_arms.rs
fix_visibility.rs
flip_binexpr.rs
flip_comma.rs
flip_trait_bound.rs Upgrade rowan 2021-03-16 16:10:49 +03:00
generate_default_from_enum_variant.rs
generate_default_from_new.rs Rename target_ty to self_ty 2021-03-29 17:47:47 +02:00
generate_derive.rs
generate_enum_is_method.rs syntax: return owned string instead of leaking string 2021-03-26 18:30:59 +01:00
generate_enum_projection_method.rs syntax: return owned string instead of leaking string 2021-03-26 18:30:59 +01:00
generate_from_impl_for_enum.rs
generate_function.rs
generate_getter_mut.rs
generate_getter.rs
generate_impl.rs Added support for const generics in impl generation 2021-03-27 11:37:39 +02:00
generate_is_empty_from_len.rs Rename target_ty to self_ty 2021-03-29 17:47:47 +02:00
generate_new.rs
generate_setter.rs
infer_function_return_type.rs
inline_function.rs
inline_local_variable.rs
introduce_named_lifetime.rs
invert_if.rs Upgrade rowan 2021-03-16 16:10:49 +03:00
merge_imports.rs Tweak assits API to fit mutable syntax trees 2021-03-23 17:31:19 +03:00
merge_match_arms.rs
move_bounds.rs Tweak assits API to fit mutable syntax trees 2021-03-23 17:31:19 +03:00
move_guard.rs
move_module_to_file.rs
pull_assignment_up.rs
qualify_path.rs Disable unqualified assoc items completion for now 2021-03-20 23:08:44 +02:00
raw_string.rs
remove_dbg.rs
remove_mut.rs
remove_unused_param.rs
reorder_fields.rs Cleanup 2021-03-23 19:59:33 +03:00
reorder_impl.rs clippy::complexity simplifications related to Iterators 2021-03-21 13:13:34 +01:00
replace_derive_with_manual_impl.rs syntax: return owned string instead of leaking string 2021-03-26 18:30:59 +01:00
replace_for_loop_with_for_each.rs
replace_if_let_with_match.rs
replace_impl_trait_with_generic.rs
replace_let_with_if_let.rs
replace_qualified_name_with_use.rs
replace_string_with_char.rs
replace_unwrap_with_match.rs
split_import.rs Upgrade rowan 2021-03-16 16:10:49 +03:00
toggle_ignore.rs
unmerge_use.rs rewrite merge use trees assist to use muatable syntax trees 2021-03-22 20:47:46 +03:00
unwrap_block.rs refine comment style of tests 2021-03-24 19:28:50 +08:00
wrap_return_type_in_result.rs