Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

Setting for auto-closing model code selection #8

Description

@dominik-hadl

Currently selecting this code and generating boilerplate with Model Boiler won't work:

struct MyModel {
    var name = ""
    var id = 0

However, this will:

struct MyModel {
    var name = ""
    var id = 0
}

There should be a selectable option/setting that could allow Model Boiler to automatically insert closing brackets at the end of selection if it fails generating code the first time.

This is especially handy when you want to leave out some parts of your model like nested structs/classes that you don't want model code generated for.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions