Leaving the ‘how good is it really/skynet will kill us’ discussion aside, what is the best IDE + AI workflow integration you have tried? I’m going to try out Visual Studio Code + a chatGPT extension some folks put on github. But I also wanted to give copilot a shot.
I’m looking for 2 kinds of things mainly (though I’m sure there will be more that I just can’t imagine)
-
The stuff ChatGPT does: just write in a comment ‘give me a script that does x’ and there it is. Just a starting point I know, but still useful/faster.
-
Automate certain things. For example I’d like to define a rule that makes sure that whenever I subscribe to a method in OnEnable, I want to automatically unsubscribe in OnDisable. Or click on a variable and it will add a debug.log with a message. Or add a require component attribute when I use getcomponent in awake. Those kinds of little things that are just mindless work and cause bugs here and there because “oh, I forgot”
I’ll report back how my experiments go and would love to hear your experiences as well. I want to get to a point where I just wave my pages of crazy handwritten notes to the webcam and the scripts are done, so hopefully this is the first step