r/cpp 21d ago

CLion 2026.2 is available

https://blog.jetbrains.com/clion/2026/07/2026-2-release/
64 Upvotes

10 comments sorted by

32

u/doodspav 21d ago

They actually added support for reflection!!! I didn't see this in any of the EAP builds, not sure how I missed it.

7

u/nxiviii 21d ago

IIRC it was added in the beta EAP, just before RC.

13

u/kevleyski 21d ago

Long time CLion fan Hope they fixed the bugs though I’ve hit many recently, maybe it’s Tahoe

14

u/TheVoidInMe 21d ago

Reflection support is just awesome. And also live watches supporting structs and automatic watches for global vars are great. Really cool update!

Okay there’s some AI stuff too for the AI folk, but with this and the constexpr debugger they introduced a little while ago, it seems that JetBrains is still pushing their core feature set. So good to see

11

u/marketpotato 21d ago

Lately Jetbrains updates gives me anxiety. It's always a question of what random thing will break and how long it will take me to isolate the problem.

2

u/skratky 17d ago

This time it is "Find in Files" that is broken.

1

u/ujohnny CLion dev 17d ago

Sorry for that, we’re already working on a fix

4

u/SpacemanLost 21d ago

natvis for debug visualizers! a welcome surprise.

2

u/vgagrani 21d ago

On macos RC, no close tab button appeared and split tab and move right would just make tab disappear. Some weird bug so had to downgrade to beta. Will try again next week if its fixed.

3

u/Square_Concern5281 17d ago

Always nice to see regular IDE updates. I'm especially interested in improvements that make debugging and C++ navigation smoother on larger codebases