theNewDynamic / language-hugo-vscode

Adds syntax highlighting to Hugo files in VS Code
https://marketplace.visualstudio.com/items?itemName=budparr.language-hugo-vscode
Apache License 2.0
67 stars 19 forks source link

Markdown editor.quickSuggestions #31

Open DanyJack opened 1 year ago

DanyJack commented 1 year ago

Hi,

editor.quickSuggestions changed from a boolean to the new mapping:

"[markdown]": {
        "editor.quickSuggestions": {
            "other": "on",
            "comments": "on",
            "strings": "on"
        }

Also setting all the params "on", the plugin does't suggest in md files.

eshack94 commented 1 year ago

@DanyJack I came here to report the same thing. +1 to this.

Nihhaar commented 1 year ago

Any workaround?

Darkproduct commented 1 year ago

When typing {{< name-here, I see suggestions: image