JetBrains is shutting down "Code With Me" in all its IDEs
bundie
30 points
7 comments
March 16, 2026
Related Discussions
Found 5 related stories in 46.6ms across 3,471 title embeddings via pgvector HNSW
- JetBrains Guide Shutdown jwpapi · 12 pts · March 31, 2026 · 66% similar
- Jetbrains: Air Launches as Public Preview – A New Wave of Dev Tooling virgildotcodes · 23 pts · March 09, 2026 · 56% similar
- The IDE Is Dead. Long Live the ADE s-xyz · 14 pts · April 02, 2026 · 54% similar
- Death of the IDE? ingve · 13 pts · March 21, 2026 · 51% similar
- Meta will shut down VR Horizon Worlds access June 15 bookofjoe · 149 pts · March 18, 2026 · 45% similar
Discussion Highlights (7 comments)
Terr_
> Code With Me was a tool designed for real-time pair programming and remote collaboration It regrettably makes sense: Nowadays a lot of people are instead asking an LLM chatbot to "collaborate." It may be inferior to a coworker--perhaps dangerously subtly so--but you can invoke it at any time which is convenient.
stuaxo
This is a shame - while I never used it, it always looked like the way I would have wanted to remotely collaborate.
nozzlegear
I used it a couple of times to write code alongside a dev when I was working with a client who had their own dev team. It never worked well for us, mostly because I use the vim extension and it seemed absolutely incapable of translating typical vim usage to "normal" actions. Trying to write just a couple lines of code would lock the IDE for both of us, or shift things around at the bottom (like the "editing a word document" meme) and leave incomplete changes in weird places (aka sneaky compiler errors). This was more than a year ago, so they hopefully had fixed it by now, but we gave up after a few sessions.
orf
Good, Jetbrains desperately need to focus. I love their offerings, but I can see their value rapidly evaporating as Claude code/agents eats their lunch. Meanwhile you can’t open a project’s git worktree without requiring a full and complete reindex - a complete non-starter in larger monorepos. Their shared index offering is a complete joke, and generally it just feels like the wheels are coming off their product somewhat.
ChrisArchitect
Source: https://blog.jetbrains.com/platform/2026/03/sunsetting-code-... ( https://news.ycombinator.com/item?id=47397747 )
eadler
This is such a shame. It was the single best code pairing tool for the longest time and did not rely on mere screen sharing.
nsonha
No one even codes alone anymore. Joking aside, maybe collaborative coding with AI will save coding? You're still prompting but immersed in the code and inline annotations, rather than a blindfolded chat. I know copilot did it before but we're still waiting to see the end shape of AI coding and maybe someone comes up with a new take?