Python completion not working in Quarto for Visual Studio Code

When running Python chunks code completion is not working in qmd files. I installed the Quarto extension in VScode from the marketplace.

This is the expected behavior

But I got this

image

Completion works just fine in .py files

image

My settings for Quarto in settings.json

  "[quarto]": {
    "editor.suggest.showSnippets": true,
    "editor.wordWrap": "on",
    "editor.quickSuggestions": {
      "comments": "on",
      "strings": "on",
      "other": "on"
    },
    "editor.quickSuggestionsDelay": 250,
    "editor.snippetSuggestions": "top",
    "editor.wordBasedSuggestions": true,
    "editor.suggestOnTriggerCharacters": true,
    "editor.unicodeHighlight.ambiguousCharacters": false,
    "editor.unicodeHighlight.invisibleCharacters": false
  }

Did I miss something or should be working out of the box?

Thanks

I also have the same issue. HAve you figured out?

It seems this is a known issue not yet resolved unfortunately

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.