The issue I continue to have with many AI coding tools is they want me to use their own editor ("native", aka VSCode fork, or in the browser like this). I have zero intention of moving away from IDEA and nothing I've seen so far is good enough to make me want to switch. I really with there was more of "bringing AI into your existing tools/workflows" instead of "here is a new tool with AI baked in".
For this, either GitHub Copilot or their own AI plugin seem to work nicely.
It's kind of unfortunate because creating new plugins for the JetBrains IDEs has a learning curve: https://plugins.jetbrains.com/docs/intellij/developing-plugi...
Because of this, and the fact that every additional IDE/tool you have to support also means similar development work, most companies out there will probably lean in the direction of either a web based UI, a CLI, or their own spin of VS Code or something similar.