Say you have a Qute template that references a property that doesn't exist:
... and you have two classes in the default package named TemplateExtensions and TemplateExtensions0.
If you apply the code action to generate a new template extensions class, then nothing happens.
Say you have a Qute template that references a property that doesn't exist:
{myObj.asdf}... and you have two classes in the default package named
TemplateExtensionsandTemplateExtensions0.If you apply the code action to generate a new template extensions class, then nothing happens.