Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No autocomplete yaml output-location option #10155

Open
olivroy opened this issue Jun 27, 2024 · 2 comments
Open

No autocomplete yaml output-location option #10155

olivroy opened this issue Jun 27, 2024 · 2 comments
Labels
enhancement New feature or request yaml-validation Issues with YAML validation and autocompletion in quarto
Milestone

Comments

@olivroy
Copy link

olivroy commented Jun 27, 2024

Bug description

There is no yaml autocompletion for output-location

Steps to reproduce

---
title: title
format: html
---

```{r}
#| output-location: <try to autcomplete here>

```

Expected behavior

Autocomplete the options, i.e. default, fragment, column, column-location

image

Similar to what we get for other options.

Here is what we get for results for example

image

Actual behavior

Nothing happens

image

Your environment

RStudio 2024.07+251, macOS

Quarto check output

Quarto 1.5.47
[✓] Checking versions of quarto binary dependencies...
      Pandoc version 3.2.0: OK
      Dart Sass version 1.70.0: OK
      Deno version 1.41.0: OK
      Typst version 0.11.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
      Version: 1.5.47
      Path: /Applications/RStudio.app/Contents/Resources/app/quarto/bin

[✓] Checking tools....................OK
      TinyTeX: (not installed)
      Chromium: (not installed)

[✓] Checking LaTeX....................OK
      Using: Installation From Path
      Path: /Library/TeX/texbin
      Version: 2018

[✓] Checking basic markdown render....OK

[✓] Checking Python 3 installation....OK
      Version: 3.7.7
      Path: /usr/local/bin/python3
      Jupyter: (None)

      Jupyter is not available in this Python installation.
      Install with python3 -m pip install jupyter

[✓] Checking R installation...........OK
      Version: 4.2.3
      Path: /Library/Frameworks/R.framework/Resources
      LibPaths:
        - /Users/name/Library/R/x86_64/4.2/library
        - /Library/Frameworks/R.framework/Versions/4.2/Resources/library
      knitr: 1.47
      rmarkdown: 2.27

[✓] Checking Knitr engine render......OK
@olivroy olivroy added the bug Something isn't working label Jun 27, 2024
@olivroy olivroy changed the title Autocomplete yaml output-location option No autocomplete yaml output-location option Jun 27, 2024
@cscheid cscheid added enhancement New feature or request yaml-validation Issues with YAML validation and autocompletion in quarto and removed bug Something isn't working labels Jun 27, 2024
@cscheid cscheid added this to the Future milestone Jun 27, 2024
@mcanouil
Copy link
Collaborator

No issues on VSCode, so it seems to be an RStudio problem.

Screen.Recording.2024-06-27.at.22.47.39.mov

@cscheid
Copy link
Collaborator

cscheid commented Jun 27, 2024

That's going to be a quarto-dev/quarto issue then. RStudio doesn't really control the yaml autocompletion code, it forwards the calls to a library in quarto-dev/quarto.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request yaml-validation Issues with YAML validation and autocompletion in quarto
Projects
None yet
Development

No branches or pull requests

3 participants