rust-analyzer/crates/ide_assists/src
bors[bot] 4cfe237a56
Merge #10459
10459: feat: Add generate constant assist r=Veykril a=longfangsong

Close #10330.
![demo(1)](https://user-images.githubusercontent.com/13777628/135885262-c80de86f-5555-4f84-9508-822243f8a876.gif)



Co-authored-by: longfangsong <longfangsong@icloud.com>
Co-authored-by: 龙方淞 <longfangsong@icloud.com>
2021-10-06 09:38:58 +00:00
..
handlers Merge #10459 2021-10-06 09:38:58 +00:00
tests Add generate_constant assist 2021-10-04 23:53:32 +08:00
utils Replace if let with match where appropriate 2021-10-05 09:00:21 +11:00
assist_config.rs 7526: Rename crate assists to ide_assists. 2021-02-23 00:59:16 +05:30
assist_context.rs Merge #10211 2021-09-25 15:32:00 +00:00
lib.rs Add generate_constant assist 2021-10-04 23:53:32 +08:00
tests.rs initial commit 2021-09-28 10:20:29 +08:00
utils.rs Replace if let with match where appropriate 2021-10-05 09:00:21 +11:00