rust-analyzer/crates/ide-assists/src
2022-06-11 07:11:56 +08:00
..
handlers restrict the assist so that it only appears if the cursor is on the loop keyword 2022-06-11 07:11:56 +08:00
tests change 'loop to 'l, as 'loop is not a valid label name 2022-06-11 07:11:56 +08:00
utils style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
assist_config.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
assist_context.rs style: rename crates to kebab case 2022-05-01 10:48:58 +00:00
lib.rs Make add_label_to_loop basically work 2022-06-11 07:11:56 +08:00
tests.rs Revert the "Add attribute" assist 2022-05-20 14:39:22 +02:00
utils.rs Handle getters and setters in documentation template assist 2022-05-16 19:10:38 +02:00