rust-analyzer/crates/ra_assists/src/assists
2019-10-27 11:53:01 +03:00
..
add_derive.rs add blank lines for readability 2019-10-26 17:27:47 +03:00
add_explicit_type.rs check style for assist docs 2019-10-26 19:08:13 +03:00
add_impl.rs check style for assist docs 2019-10-26 19:08:13 +03:00
add_missing_impl_members.rs check style for assist docs 2019-10-26 19:08:13 +03:00
apply_demorgan.rs add blank lines for readability 2019-10-26 17:27:47 +03:00
auto_import.rs Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
change_visibility.rs use unicode bar for drawing the cursor 2019-10-26 21:22:40 +03:00
early_return.rs check style for assist docs 2019-10-26 19:08:13 +03:00
fill_match_arms.rs use correct spacing for enum pattern 2019-10-26 18:03:55 +03:00
flip_binexpr.rs check style for assist docs 2019-10-26 19:08:13 +03:00
flip_comma.rs extract assist helper for getting a specific token 2019-10-27 11:53:01 +03:00
inline_local_variable.rs check style for assist docs 2019-10-26 19:08:13 +03:00
introduce_variable.rs support range selection in assist docs 2019-10-26 20:57:23 +03:00
merge_match_arms.rs document some more assists 2019-10-27 11:26:46 +03:00
move_bounds.rs document some more assists 2019-10-27 11:26:46 +03:00
move_guard.rs document some more assists 2019-10-27 11:26:46 +03:00
raw_string.rs extract assist helper for getting a specific token 2019-10-27 11:53:01 +03:00
remove_dbg.rs Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
replace_if_let_with_match.rs Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
split_import.rs extract assist helper for getting a specific token 2019-10-27 11:53:01 +03:00