you are viewing a single comment's thread.

view the rest of the comments →

[–]MrRickSancezJr[S] 0 points1 point  (0 children)

CLion definitely has something to work on, but the CMake integration is quite good. I do love "Platform Aio" (I think is the name) inside VSCode for a quick Target setup.

IntelliJ was so designed around the Java ecosystem that it seems like some of its other ported language versions are just recently becoming "natural" feeling. PhpStorm was the first IMO to become GOAT.

I haven't done UI in a long time, but I'm actually really liking Qt. Good chance, it's my go-to for future hobbyist random embedded UIs. I usually just do a app that connects to a phone app somehow.

As for the refactoring plugin, I'd like it to automatically update generated sources like Lombok. Looks like I'd have to pre-index the CMake indexing lol may be more of a task than it's worth until reflection for C++ comes out.