Skip to content
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

Open
imjohsep opened this issue Sep 18, 2017 · 9 comments
Open

Template suggestions are not showing #3

imjohsep opened this issue Sep 18, 2017 · 9 comments

Comments

@imjohsep
Copy link

Simply typing 'deployment' or 'pods' in a yaml file doesn't seem to produce any suggested templates.
sep-18-2017 10-04-42

@mgaruccio
Copy link

Encountering the same problem, can confirm that using "Insert Snippet" does allow me to use the Kubernetes snippets.

@doggy8088
Copy link

doggy8088 commented Oct 19, 2017

Hit Ctrl+Space hotkey to trigger suggestion.

@dstrebel
Copy link

Get same the same and ctrl + space just sits there with "Loading".

@mgaruccio
Copy link

Ctrl+Space works for me but it would still be nice to be able to use the addon in the way that the readme page instructs you to.

@dragonlayout
Copy link

dragonlayout commented Nov 8, 2017

@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 strings from default value(false) to true. Hope someone can explain why.

"editor.quickSuggestions": {
        "other": true,
        "comments": false,
        "strings": true
}

vscode-kubernets-snippet

@k-oguma
Copy link

k-oguma commented Nov 18, 2017

First, thanks for this project!

I happened the same problem too.

I also found a slightly different problem about that.
This problem will continue if vscode-helm is installed and enabled.
There may be other factors too.

By invalidating this it became possible to use this snippet.

Just to be sure, I will report it.
Thank you.

@cai980273879
Copy link

I fixed this problems by creating my personal setting.json.You must change strings from default value(false) to true.

"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
}

@rajeshaz203
Copy link

rajeshaz203 commented Aug 29, 2019

Hit Ctrl+Space hotkey is not working out for me.

I fixed this problems by creating my personal setting.json.You must change strings from default value(false) to true.

"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
}

Where do we need to make these changes in the editor?

@bayeslearner
Copy link

Hit Ctrl+Space hotkey is not working out for me.

I fixed this problems by creating my personal setting.json.You must change strings from default value(false) to true.
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
}

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants