rust/crates/assists/src/handlers
Aleksey Kladov 5db789df9c Cleanup API
2020-11-06 22:52:42 +01:00
..
add_custom_impl.rs Qualify trait impl created by add_custom_impl assist 2020-11-03 23:41:35 +01:00
add_explicit_type.rs
add_missing_impl_members.rs Remove dependency on 'assists' from 'completion' crate 2020-10-24 10:47:23 +03:00
add_turbo_fish.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
apply_demorgan.rs
auto_import.rs Make insert_use return a SyntaxRewriter 2020-11-02 21:40:52 +01:00
change_return_type_to_result.rs Support closure in change_return_type_to_result assist 2020-11-06 20:40:03 +01:00
change_visibility.rs Change visibility works for type aliases 2020-10-18 17:04:12 +02:00
convert_integer_literal.rs Cleanup API 2020-11-06 22:52:42 +01:00
early_return.rs
expand_glob_import.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
extract_struct_from_enum_variant.rs Support struct variants in extract_struct_from_enum_variant 2020-11-03 20:57:04 +01:00
extract_variable.rs
fill_match_arms.rs Don't rely on display names in inlay_hints 2020-10-20 18:14:14 +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 Don't rely on display names in inlay_hints 2020-10-20 18:14:14 +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 Adjust test-texts in infer_function_return_type 2020-11-06 21:51: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 Kill RAW_ literals 2020-11-06 22:23:14 +01:00
merge_imports.rs Fix stackoverflow in insert_use::recursive_merge 2020-10-14 01:43:56 +02:00
merge_match_arms.rs
move_bounds.rs
move_guard.rs Allow assist move_arm_cond_to_match_guard inside blocks 2020-10-24 02:20:45 -04:00
qualify_path.rs Keep generic annotations when qualifying things 2020-10-29 10:25:15 +01:00
raw_string.rs Simplify 2020-11-06 22:30:58 +01:00
remove_dbg.rs Keep parens around in remove-dbg for range expressions 2020-10-25 15:36:02 +01:00
remove_mut.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
remove_unused_param.rs **Remove Unused Parameter** refactoring 2020-08-19 19:40:55 +02:00
reorder_fields.rs
replace_if_let_with_match.rs Remove dependency on 'assists' from 'completion' crate 2020-10-24 10:47:23 +03:00
replace_impl_trait_with_generic.rs Remove unnecessary comma 2020-09-04 22:58:50 +03:00
replace_let_with_if_let.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00
replace_qualified_name_with_use.rs Make insert_use return a SyntaxRewriter 2020-11-02 21:40:52 +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
unwrap_block.rs Kill RAW_ literals 2020-11-06 22:23:14 +01:00