I'm not sure about the title here because AFAIK Zed is the only IDE that lets you disable all AI features with one line in configuration. You can set `"disable_ai": true` to achieve this.
Just tried it. Works. Very nice! Would be interesting to know what is still left that Gram removes...
Supposedly you can also do that in one line in VSCode, via the "chat.disableAIFeatures" setting:
https://code.visualstudio.com/updates/v1_104#_hide-and-disab...