Skip to content

auto-insert semicolon in let-else statements #18651

@roife

Description

@roife

It would be very convenient if the ; were automatically added when typing { in let-else statements; I often forget it. :)

let Some(x) = x else {|}

// ==>

let Some(x) = x else {|};

Metadata

Metadata

Assignees

Labels

A-idegeneral IDE featuresC-featureCategory: feature request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions