rust/crates/assists/src/handlers
2020-12-15 16:25:57 +01:00
..
add_explicit_type.rs
add_missing_impl_members.rs Don't HirDisplay unknown types when displaying for source 2020-12-12 19:05:00 +01:00
add_turbo_fish.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
apply_demorgan.rs
auto_import.rs Move the helpers into ide_db 2020-11-28 16:30:39 +02:00
change_visibility.rs Change visibility works for type aliases 2020-10-18 17:04:12 +02:00
convert_integer_literal.rs Minimize convert_integer_literal tests 2020-11-07 18:47:25 +09:00
early_return.rs Add replace_match_with_if_let assist 2020-12-05 15:41:36 +01:00
expand_glob_import.rs Remove text_edit_builder api from AssistBuilder 2020-11-08 23:22:11 +01:00
extract_struct_from_enum_variant.rs Remove some redundant allocations 2020-12-12 12:27:09 -05:00
extract_variable.rs
fill_match_arms.rs Move the helpers into ide_db 2020-11-28 16:30:39 +02:00
fix_visibility.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
flip_binexpr.rs
flip_comma.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
flip_trait_bound.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
generate_derive.rs
generate_from_impl_for_enum.rs Move the helpers into ide_db 2020-11-28 16:30:39 +02:00
generate_function.rs Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00
generate_impl.rs generate_impl assist respect cfg attributes #6312 2020-10-22 09:48:48 +02:00
generate_new.rs
infer_function_return_type.rs Don't call a closure function in infer_function_return_type label 2020-11-17 22:34:15 +01:00
inline_local_variable.rs **Inline Variable** works with field shorthand 2020-08-26 13:03:14 +02:00
introduce_named_lifetime.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
invert_if.rs Parenthesize composite if condition before inverting in invert-if assist 2020-12-15 16:25:57 +01:00
merge_imports.rs Normalize spelling to American English 2020-12-10 17:51:56 +03:00
merge_match_arms.rs
move_bounds.rs
move_guard.rs Add replace_match_with_if_let assist 2020-12-05 15:41:36 +01:00
qualify_path.rs Remove some redundant allocations 2020-12-12 12:27:09 -05:00
raw_string.rs Simplify 2020-11-06 22:30:58 +01:00
remove_dbg.rs Don't wrap parens around expr in remove_dbg assist if its in conditions 2020-11-20 17:28:56 +01:00
remove_mut.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
remove_unused_param.rs Support qualified function calls in remove_unused_param 2020-11-12 18:04:42 +01:00
reorder_fields.rs Remove text_edit_builder api from AssistBuilder 2020-11-08 23:22:11 +01:00
replace_derive_with_manual_impl.rs Move the helpers into ide_db 2020-11-28 16:30:39 +02:00
replace_if_let_with_match.rs Add replace_match_with_if_let assist 2020-12-05 15:41:36 +01:00
replace_impl_trait_with_generic.rs Remove unnecessary comma 2020-09-04 22:58:50 +03:00
replace_let_with_if_let.rs Add replace_match_with_if_let assist 2020-12-05 15:41:36 +01:00
replace_qualified_name_with_use.rs Fix use merging not using the first path segment 2020-11-30 17:21:07 +01:00
replace_string_with_char.rs Simplify 2020-11-06 22:30:58 +01:00
replace_unwrap_with_match.rs Remove dependency on 'assists' from 'completion' crate 2020-10-24 10:47:23 +03:00
split_import.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
toggle_ignore.rs Minor cleanup 2020-11-30 13:47:38 +03:00
unwrap_block.rs Use standard code style for test fixtures 2020-11-17 14:43:23 +01:00
wrap_return_type_in_result.rs Use standard style for test code 2020-11-09 13:28:04 +01:00