quarto-dev / quarto

Quarto open-source scientific and technical publishing system
https://quarto.org
GNU Affero General Public License v3.0
315 stars 26 forks source link

fenced div auto-completions offer to insert global snippet instead #474

Open gordonwoodhull opened 3 months ago

gordonwoodhull commented 3 months ago

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.