Skip to content

Template suggestions are not showing #3

Open
@imjohsep

Description

@imjohsep

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

Activity

mgaruccio

mgaruccio commented on Oct 18, 2017

@mgaruccio

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

doggy8088

doggy8088 commented on Oct 19, 2017

@doggy8088

Hit Ctrl+Space hotkey to trigger suggestion.

dstrebel

dstrebel commented on Oct 28, 2017

@dstrebel

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

mgaruccio

mgaruccio commented on Oct 30, 2017

@mgaruccio

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

dragonlayout commented on Nov 8, 2017

@dragonlayout

@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

k-oguma commented on Nov 18, 2017

@k-oguma

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

cai980273879 commented on Jan 3, 2018

@cai980273879

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

rajeshaz203 commented on Aug 29, 2019

@rajeshaz203

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?

bayeslearnerold

bayeslearnerold commented on Oct 22, 2021

@bayeslearnerold

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @doggy8088@dstrebel@mgaruccio@imjohsep@k-oguma

        Issue actions

          Template suggestions are not showing · Issue #3 · ipedrazas/kubernetes-snippets