I'd like to have a refactoring option that can take a local variable declared in a method and make it a class member. The feature move its declaration to the header, using a requested public/protected/private visibility and optionally allow changing/updating its name.
Even cooler would be to detect any header #includes that would need to be moved to the header file too.