Skip to content

Flip assist for + in trait bounds #16522

Closed
@Veykril

Description

@Veykril

We currently have a very nice flip comma assist which flips the left and right hand syntax of a comma, we should extend that to be applicable for trait bounds, ie dyn Foo + 'bar should allow flipping on the plus to get dyn 'bar + Foo

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions