You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applying the Qute template quick fix to generate a missing class member, generate the member at the end of the class. See redhat-developer/quarkus-ls#692.
Support for validation, completion and document link for #include and #insert sections in Qute templates. See #438.
"Show references" CodeLens for #insert section in Qute templates. See #595.
Use quarkus-ls's Qute parser for syntax validation in order to get consistent diagnostic positions and ranges. See redhat-developer/quarkus-ls#812.
Completion in Qute template should generate only start section when an empty end section is found. See redhat-developer/quarkus-ls#805.
Qute "Generate missing member" quick fix cannot generate new template extension when TemplateExtensions and TemplateExtensions0 exist. See redhat-developer/quarkus-ls#712.
Prevent resolving code actions that run commands. See #598.