Would be great to have some basic refactoring like renaming functions, classes, maybe even automatically creating getXXX and setXXX (and updating all code to use it) , and so on.
I see CB has working symbols view and autocompletion so it should not be that hard now (the hardest part is parsing c++ :lol:). That would be very time-saving thing to have. Or at very least search and replace in all files.
Another idea: refactoring tool could put special comment into header file, with original name and new name so when using same header in other project, names could be updated automatically.