Skip to content

Folding: structs are not foleded properly #68

@codepointerapp

Description

@codepointerapp

Have this struct (C):

struct GitStatusEntry {
    QString filename;
    GitFileStatus status;
    bool checked = false;
};

This is folded as:

struct GitStatusEntry {
    QString filename;

While expecting:

struct GitStatusEntry {
};

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions