Skip to content

Quarto doesn' respect IntelliSense settings #671

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

Open
jpmvferreira opened this issue Feb 27, 2025 · 0 comments
Open

Quarto doesn' respect IntelliSense settings #671

jpmvferreira opened this issue Feb 27, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@jpmvferreira
Copy link

Bug description

Description

I've configured VS Code IntelliSense in settings.json to show only when triggered by a keyboard shortcut:

"editor.quickSuggestions": {
        "other": false,
        "comments": false,
        "strings": false
    },

This works in every single file I've tested so far, except when I'm in a code block in a .qmd document or in _quarto.yml, where suggestions show automatically without any trigger on my end.
This leads me to believe that, for some reason, Quarto is not respecting this setting.

Here's a screen capture showing this behavior:
https://github.com/user-attachments/assets/09573268-05c0-42a8-9680-3153b6218f00

This issue has already been discussed in quarto-dev/quarto-cli#12143 (reply in thread)

Steps to reproduce

  1. Disable auto suggestions
  2. Start editing a block with external programming language in .qmd file or a Quarto .yml file

Actual behavior

See auto suggestions

Expected behavior

Don't see auto suggestions

Your environment

  • Linux 5.10.233-1-MANJARO x86_64
  • VS Code 1.96.4
  • Quarto 1.7.6
@jpmvferreira jpmvferreira added the bug Something isn't working label Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant