quarto-dev / quarto-dev/quarto
fenced div auto-completions offer to insert global snippet instead
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 645
- Forks
- 62
- Avg merge
- 17h 42m
- Merged PRs (30d)
- 13
Description
I want to test auto-completions for quarto/quarto-cli#10076.
However, the completions that show up in this context seem to be global snippets, rather than the classes and attributes that should be available here.
Example below, typing
::: {col
and ctrl-space
I would expect suggestions for columns=2, .column, etc.
Contributor guide
No contributing guide indexed for this repository
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 reading the linked quarto-cli#10076 issue and reproducing the completion behavior in a Quarto document with ::: {col followed by Ctrl-Space. Determine where fenced-div completions are selected and compare the offered global snippets with the expected columns=2 and .column suggestions; done means the contextual suggestions appear instead.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100