You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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.
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.
Activity
mgaruccio commentedon Oct 18, 2017
Encountering the same problem, can confirm that using "Insert Snippet" does allow me to use the Kubernetes snippets.
doggy8088 commentedon Oct 19, 2017
Hit
Ctrl+Space
hotkey to trigger suggestion.dstrebel commentedon Oct 28, 2017
Get same the same and ctrl + space just sits there with "Loading".
mgaruccio commentedon Oct 30, 2017
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 commentedon 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
fromdefault value(false)
totrue
. Hope someone can explain why.k-oguma commentedon 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 commentedon Jan 3, 2018
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 commentedon Aug 29, 2019
Hit Ctrl+Space hotkey is not working out for me.
Where do we need to make these changes in the editor?
bayeslearnerold commentedon Oct 22, 2021
Does this thing work? Nothing happened when I press ctrl+space. Tried changing settings too without success.