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

Linked editing doesn't work if variable is used as a parameter into a section #500

Closed
fbricon opened this issue May 16, 2022 · 1 comment · Fixed by redhat-developer/quarkus-ls#638
Labels
bug Something isn't working qute
Milestone

Comments

@fbricon
Copy link
Collaborator

fbricon commented May 16, 2022

See item in the #linkItem user tag:

{#for item in items}
      <li>
            {#linkItem name=item.name /} 
            {#if item.price < 15}
              {item.price}
            {#else}
              <del>{item.price}</del> <strong>{item.discountedPrice}</strong>
            {/if}
      </li>
{/for}

Screenshot 2022-05-16 at 19 02 52

@fbricon fbricon added bug Something isn't working qute labels May 16, 2022
@angelozerr angelozerr added this to the 1.11.0 milestone May 17, 2022
angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue May 17, 2022
@angelozerr
Copy link
Contributor

I fixed the bug for the linked editing range, see redhat-developer/quarkus-ls#638

But there are the same problem king with highlight and with definition that I fixed too.

angelozerr pushed a commit to angelozerr/quarkus-ls that referenced this issue May 17, 2022
fbricon pushed a commit to redhat-developer/quarkus-ls that referenced this issue May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working qute
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants