quarto-dev / quarto-dev/quarto

fenced div auto-completions offer to insert global snippet instead

Open
#474 0 comments 0 reactions 0 assignees View on GitHub

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

image

I would expect suggestions for columns=2, .column, etc.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.