Cyao wrote:
Noone is using CLion here?
CLion is quite nice when I have everything configured

autocomplete, templates, error checking and more. The only problem is that it doesn't have a good makefile support, it works but sometimes don't see new files as a source file while using wildcards, so need to reload the project.
I would like to switch to/learn vim one day, but don't have the time for it atm, have a lot of school stuff.
CLion user checking in. I got a full professional sub to the JetBrains suite from work and I like having the same IDE for almost everything I have to do (Rider for Unity, DataGrip for SQL, PyCharm for Python, CLion obviously). I also think it sits in a good mid-point for functionality and performance, not as heavy as Visual Studio, more user friendly than Eclipse and with more code analysis features than VSCode. It also has good Git integration which is important to me.
I mostly use CMake which seems to be pretty well supported, never had an issue with it picking up changes but I also make a habit of manually specifying my source files, I've heard that CMake has the same issue when globbing.