atishay / vscode-allautocomplete

Autocomplete from open files for VSCode
MIT License
104 stars 25 forks source link

YAML files don't offer auto-complete #46

Closed xandm closed 4 years ago

xandm commented 5 years ago

Similar to https://github.com/atishay/vscode-allautocomplete/issues/6, it's necessary to add this to the config in order have auto-complete suggestions appear when editing .yaml files:

                "configurationDefaults": {
                        "[yaml]": {
                                "editor.quickSuggestions": true
                        }
                },