NO Auto-Suggestion of Key words like when I type "k" kind: is not auto-populat . . .

Arunachalam Jayaraman:
NO Auto-Suggestion of Key words like when I type “k” kind: is not auto-populating, I stried control + spacebar, it says “no suggestion”

Trung Tran:
Hello you need to add the settings to this extension.

Trung Tran:
https://github.com/redhat-developer/vscode-yaml/issues/299

Trung Tran:
Follow this link, I tried and confirm it works.

Trung Tran:
Edit in settings.jon

Trung Tran:
And add this one

"yaml.schemas":{
        "kubernetes" : "*.yaml",
  }

Trung Tran:

Trung Tran:
Then back to your yaml file, you will see the auto-completion works as expected!

Trung Tran:

Trung Tran:

Trung Tran:
@Arunachalam Jayaraman

Arunachalam Jayaraman:
Thanks Buddy, it works . Perfect Thanks a lot :slightly_smiling_face: