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
Completion works just fine in .py
files
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?
cderv
3
It seems this is a known issue not yet resolved unfortunately
system
Closed
4
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.