rust/crates/ide-assists
Dorian Scheidt 39d17efde7 feat: Generate static method using Self::assoc() syntax
This change improves the `generate_function` assist to support generating static methods/associated functions using the `Self::assoc()` syntax. Previously, one could generate a static method, but only when specifying the type name directly (like `Foo::assoc()`). After this change, `Self` is supported as well as the type name.

Fixes #13012
2022-08-16 15:37:24 -05:00
..
src feat: Generate static method using Self::assoc() syntax 2022-08-16 15:37:24 -05:00
Cargo.toml Disable all source-gen tests at compile time 2022-07-24 10:38:28 +02:00