I wonder what would happen if I’d enable them all at the same time.
Code still doesn’t work
How is jetbrains AI integration into their IDEs? I assume not perfect since you have more than one system.
I don’t personally have it, but I am using webstorm 2024.1 beta that has line generation. This is simply tab to complete the generated line, escape to remove the gen and focus on intellisence.
I won’t lie, the line gen is crap. I’d rather use my self hosted RefactAI docker but the plugin isn’t compatible for 2024.1 yet
The conversational part is really good though. I love that it has access to my code without having to paste it so I can just say “on line 274” or something. It’s apparently not good at generating code but if you were using it for that you should learn how to code. But it’s really good at fixing errors and issues.
I don’t use chat, as it never really have been more than a digital rubber ducky for me.
And it’s not really generating lots of code. Most of the time it’s just generating constructors/factory functions, or something easy like summing a vector of integers.
My philosophy is that my brain comes first, if the AI did what I was thinking of, then press tab. I ain’t debugging a AI made function for two hours when I can make it in an hour