aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/generate_new.rs
Commit message (Collapse)AuthorAgeFilesLines
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-315/+0
|
* Add `find_impl_block_end` assist helperYoshua Wuyts2021-02-121-2/+2
|
* Add getter/setter assistsYoshua Wuyts2021-02-091-54/+15
| | | | | | | | | | | | | | | | Finish implementing `generate_setter` assists Make `generate_impl_text` util generic generate getter methods Fix getter / setter naming It's now in-line with the Rust API naming guidelines: https://rust-lang.github.io/api-guidelines/naming.html#getter-names-follow-rust-convention-c-getter apply clippy Improve examples
* AdtDef -> AdtAleksey Kladov2021-02-071-1/+1
|
* Add `find_or_create_impl_block` to assist utilsYoshua Wuyts2021-02-051-14/+7
|
* Move `find_struct_impl` to assist utilsYoshua Wuyts2021-02-051-62/+2
|
* .Aleksey Kladov2021-01-191-4/+4
|
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-16/+16
|
* Node-ify lifetimesLukas Wirth2020-12-161-1/+1
|
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+421