rust/crates/ide_assists/src/handlers
2021-03-06 21:21:18 +01:00
..
add_explicit_type.rs
add_lifetime_to_type.rs
add_missing_impl_members.rs
add_turbo_fish.rs chore: remove redundant tests 2021-03-02 15:26:36 +00:00
apply_demorgan.rs Special-case parenthesized and negated expressions in demorgan assist 2021-03-03 13:18:24 +01:00
auto_import.rs docs(ide_assists): Change importMergeBehaviour to importMergeBehavior 2021-02-26 12:54:50 +05:30
change_visibility.rs
convert_comment_block.rs Apply edits 2021-03-01 11:41:22 -08:00
convert_integer_literal.rs
early_return.rs De Morgan's Law assist now correctly inverts <, <=, >, >=. 2021-02-24 11:58:37 +01:00
expand_glob_import.rs
extract_function.rs Honor snippet capability in extract function assist 2021-03-05 17:20:26 +01:00
extract_struct_from_enum_variant.rs
extract_variable.rs pull out suggest_name::* to utils; enchance heuristics 2021-03-02 16:25:22 +03:00
fill_match_arms.rs
fix_visibility.rs
flip_binexpr.rs
flip_comma.rs Disable "Flip comma" assist inside a macro call 2021-02-26 19:12:53 +02:00
flip_trait_bound.rs
generate_default_from_enum_variant.rs
generate_derive.rs
generate_enum_is_method.rs rename generate_enum_match_method file to match assist name 2021-02-27 12:21:56 +02:00
generate_enum_projection_method.rs generate try_into instead of into 2021-02-27 12:21:57 +02:00
generate_from_impl_for_enum.rs
generate_function.rs generate function assist convert arg names to lower snake case 2021-03-06 09:53:21 -08:00
generate_getter_mut.rs
generate_getter.rs
generate_impl.rs
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 De Morgan's Law assist now correctly inverts <, <=, >, >=. 2021-02-24 11:58:37 +01:00
merge_imports.rs
merge_match_arms.rs
move_bounds.rs
move_guard.rs
move_module_to_file.rs
pull_assignment_up.rs Add support for deref assignments to "pull assignment up" assist. 2021-03-05 20:42:23 +01:00
qualify_path.rs
raw_string.rs
remove_dbg.rs
remove_mut.rs
remove_unused_param.rs
reorder_fields.rs
reorder_impl.rs
replace_derive_with_manual_impl.rs
replace_for_loop_with_for_each.rs Use consistent naming for assist 2021-02-28 21:14:34 +03:00
replace_if_let_with_match.rs
replace_impl_trait_with_generic.rs
replace_let_with_if_let.rs Don't spam loop-rewriting assist 2021-02-28 21:08:51 +03:00
replace_qualified_name_with_use.rs
replace_string_with_char.rs Only replace quotes in replace_string_with_char assist 2021-03-06 21:21:18 +01:00
replace_unwrap_with_match.rs
split_import.rs
toggle_ignore.rs
unmerge_use.rs
unwrap_block.rs
wrap_return_type_in_result.rs