Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Anyone working on "Add Include" refactoring?

I'm working on a C++ refactoring similar to the "Change Method Signature" one for Java, and belatedly realized that restricting the list of valid types to choose from to those already resolved by the AST makes the refactoring much less useful.  Is anyone working on the C++ equivalent of Java's "Add Import" and/or "Organize Imports" refactorings?  If not, should I switch over and work on them first?

Tom

Back to the top