New install: ubuntu server -> windows 10 client -> all seem to work.
I get it, from the Chef Development Kit on the windows client you have to SSH into the server to create and submit scripts. Super, it works.
BUT, isn’t there a reasonably simple way to code into a Graphic User Interface even it it’s nothing more than PowerShell ISE. For something as slick as CHEF I have to believe there is an IDE designed to make coding quicker. Isn’t there?
You would generally edit your cookbooks on the workstation itself, whatever laptop or desktop you physically work on. Given that, you can use whichever editor you like. There isn’t anything as dedicated as, say, Eclipse, but Atom, VSCode, Emacs, Vim, and Sublime Text all have Chef helper packages available.
You can install any GUI text editor you like. Visual Studio Code and Atom are two common favorites. It doesn't matter how you install them (using PowerShell or in the Desktop). Personally I like to use Chocolatey to manage Windows packages in PowerShell because it has a familiar YUM feel to it. https://chocolatey.org/