-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template suggestions are not showing #3
Comments
Encountering the same problem, can confirm that using "Insert Snippet" does allow me to use the Kubernetes snippets. |
Hit |
Get same the same and ctrl + space just sits there with "Loading". |
|
@mgaruccio I am new to vscode but I find a way out at vscode 1.17.2 to solve the problem. It's just to change
|
First, thanks for this project! I happened the same problem too. I also found a slightly different problem about that. By invalidating this it became possible to use this snippet. Just to be sure, I will report it. |
I fixed this problems by creating my personal setting.json.You must change strings from default value(false) to true. "editor.quickSuggestions": { |
Hit Ctrl+Space hotkey is not working out for me.
Where do we need to make these changes in the editor? |
Does this thing work? Nothing happened when I press ctrl+space. Tried changing settings too without success. |
Simply typing 'deployment' or 'pods' in a yaml file doesn't seem to produce any suggested templates.
The text was updated successfully, but these errors were encountered: