Well, I used eclipse for years (java, php and javascript) and it has plenty of C++ options. The primary reason I used CodeLion over it, is JetBrains has slightly better "polish" in some areas.
But doing a quick search, it appears Eclipse can use SCONS directly in its projects. In this regard it may even be better. I would recommend downloading of the standard C++ distro and adding any SCONS support as needed.
Eclipse has a in-IDE plugin and update mechanism so use to search for and install SCONS support as needed. Toss in git for your revision control while you are at it.
Play with a "test" project of your own code to get feel for writing/debugging and also try importing godot as an existing project separately. If that all works you should have some exceedingly helpful navigation tools from class structure, to finding definitions/declarations and usages.
At least at that point you can make an assessment of whether you want to keep using it. There may be other IDEs out there but I'm OK with what I have ATM.