redhat-developer / redhat-developer/quarkus-ls
Completion for template parameters in `{#include}`'d Qute templates
Open
Nobody has claimed this yet.
completion
qute
- Dominant language
- Java
- Stars
- 50
- Forks
- 18
- Avg merge
- 22h 11m
- Merged PRs (30d)
- 3
Description
eg.
If you have a Qute template:
I like to eat ice cream while at the {location}.
and you include it in another template:
<h1>My title</h1>
<p>
{#include template.html /}
</p>
you can pass in the template value like this:
{#include template.html location="park" /}
It would be nice to provide completion for location when the cursor is here:
{#include template.html | /}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the Qute completion handling for {#include} and how included template parameters are currently represented. The work is done when the parameter name location is suggested at the cursor position shown, while preserving the existing include syntax.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- devtools, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100