aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_assists/src/handlers/generate_function.rs
Commit message (Collapse)AuthorAgeFilesLines
* internal: don't #[ignore] testsAleksey Kladov2021-06-151-33/+16
| | | | See the style.md for motivation
* clippy::redudant_borrowMaan20032021-06-131-4/+4
|
* internal: introduce `ast::make::ext` module with common shortcutsAleksey Kladov2021-05-091-1/+1
| | | | | | | | | | There's a tension between keeping a well-architectured minimal orthogonal set of constructs, and providing convenience functions. Relieve this pressure by introducing an dedicated module for non-orthogonal shortcuts. This is inspired by the django.shortcuts module which serves a similar purpose architecturally.
* generate_function assist don't render snippet if ret type inferredJosh Mcguigan2021-03-081-26/+47
|
* generate_function assist infer return typeJosh Mcguigan2021-03-061-3/+43
|
* generate function assist convert arg names to lower snake caseJosh Mcguigan2021-03-061-4/+52
|
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-0/+1071