-
Notifications
You must be signed in to change notification settings - Fork 15
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
Properties should be available recursively #939
Comments
If I understansd you can write
Are you sure with that? |
Yeap, it seems that it doesn't work. You can see the attached imaged but also i updated the project here. Also, I do not know if this relevant to this project but the highlight breaks when the property value has a space. |
I didnt' know that we could write this kind of user tag. That's very strange because if title has different type from different user tag you will have some error. @mkouba is it an expected behavior?
I think it is a bug from our Qute parser, we need to fix it. Those 2 issues comes from the Qute Language Server and are not linked to IJ himself (I mean that we will have the same problem for vscode and Eclipse IDE) |
@gbourant I moved your issue in quarkus-ls github project since your 2 issues comes from Qute LS. |
I'm not quite sure what behavior do you mean? I don't think that args/parameters of a user tag should be validated at all because tags that are not executed in isolation can access data from the parent context. Note that in Quarkus 3.5 there's a breaking change - a user tag is now executed as an isolated template by default (unlike in previous versions). |
Assume you have 3 tags:
inputLabelText.html
inputLabel.html
inputText.html
So when the
inputLabelText.html
is used{#inputLabelText /}
the properties of the other tags are not available for auto completion.The text was updated successfully, but these errors were encountered: