Skip to content

Nothing of C++ Helper works anymore after calling "Create Implementation" with a special constructor in your class #73

@Food2023

Description

@Food2023

If you call "Create Implementation Here" in a class with a special constructor the extension won't work anymore. No C++ helper function works until restart of VSCode.

Example: Create a *.hpp file and insert:

class StateR : public State
{
public:
    StateR(IState* f_stateHandling):
        State()
        {};
    boolean nextState();
};

Call "Create Implementation Here" on the nextState. Nothing will happen. No other "Create Implementation" methods will work anymore.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions