-
Notifications
You must be signed in to change notification settings - Fork 21
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
Auto-completion needs to work #7
Comments
This is a task from Readme.txt. Might be already fixed need to double-check. |
Needs a better definition. Some autocompletion definitely work but IntelliJ definitely have no idea about HTML in between Jelly tags (#40) |
Aside from HTML there is also an issue completing namespaced tags. Given a Jelly containing <?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form">
<f:entry title="Foo" field="bar">
<f:select/>
</f:entry>
</j:jelly> go to the If you start with |
Created as #190 without seeing this comment This task isn't clear and actionable so I don't think there's value in keeping it open |
The text was updated successfully, but these errors were encountered: