Not a developer by trade, writing Chef cookbooks and having problems lately, especially creating custom resources. I have “language-chef” installed plus 9 other community packages.
If I type:
custom_resource 'blah do
action: install
at “install” I get a bunch of options and none are just “install”.
Then when I finish the resource with “end”, “end” isn’t an option but 3 other things come up that contain “end” in them. I’m constantly having to press the ESC key to cancel what it’s recommending and it’s starting to drive me crazy.
Can I either add the things I want to autocomplete list? or re-order that list somehow? Thanks in advance.