aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/add_missing_impl_members.rs
Commit message (Collapse)AuthorAgeFilesLines
* Don't unnecessarily unnest imports for import insertionLukas Wirth2020-09-251-0/+35
|
* Rename impl edit method to be more explicitMatt Hooper2020-09-211-1/+1
|
* Added test for impl member assist when impl def is missing bracesMatt Hooper2020-09-211-0/+19
|
* Replace entire impl def instead of only associated items for missing impl ↵Matt Hooper2020-09-211-9/+12
| | | | member assist (if braces are missing from an impl def then there is no associated item list in the AST)
* fixup whitespace when adding missing impl itemsjDomantas2020-08-141-4/+59
|
* Rename ra_assists -> assistsAleksey Kladov2020-08-131-0/+711