Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qute generate missing member cannot generate new template extension when TemplateExtensions and TemplateExtensions0 exist #712

Closed
datho7561 opened this issue Aug 18, 2022 · 1 comment · Fixed by #774
Labels
bug Something isn't working code action qute
Milestone

Comments

@datho7561
Copy link
Contributor

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 TemplateExtensions and TemplateExtensions0.

If you apply the code action to generate a new template extensions class, then nothing happens.

@jeffmaury
Copy link
Member

jeffmaury commented Jan 20, 2023

I would add that the result is not nothing happens but you end up with a thread looping forever :)

datho7561 added a commit to datho7561/quarkus-ls that referenced this issue Jan 20, 2023
Fixes redhat-developer#712

Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561 added a commit to datho7561/quarkus-ls that referenced this issue Jan 23, 2023
Fixes redhat-developer#712

Signed-off-by: David Thompson <davthomp@redhat.com>
datho7561 added a commit to datho7561/quarkus-ls that referenced this issue Jan 23, 2023
Fixes redhat-developer#712

Signed-off-by: David Thompson <davthomp@redhat.com>
angelozerr pushed a commit that referenced this issue Jan 23, 2023
Fixes #712

Signed-off-by: David Thompson <davthomp@redhat.com>
@angelozerr angelozerr added this to the 0.14.0 milestone Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working code action qute
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants