Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | internal: introduce `ast::make::ext` module with common shortcuts | Aleksey Kladov | 2021-05-09 | 1 | -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 inferred | Josh Mcguigan | 2021-03-08 | 1 | -26/+47 |
| | |||||
* | generate_function assist infer return type | Josh Mcguigan | 2021-03-06 | 1 | -3/+43 |
| | |||||
* | generate function assist convert arg names to lower snake case | Josh Mcguigan | 2021-03-06 | 1 | -4/+52 |
| | |||||
* | 7526: Rename crate assists to ide_assists. | Chetan Khilosiya | 2021-02-22 | 1 | -0/+1071 |