Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-14227

Refactoring Option / Class Implementation

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • None
    • C/C++/Obj-C++ Support
    • None

      Hi,

      it would be nice to have a refactoring option to implement a class by right click on the class declaration (like Visual studio for c#), not only for virtual method.

      Example:

      // header file
      class Foo
      {
        bool a();
        int bar();
        void glu() {}
      }

      -> right click on Foo -> add/complete definition

      Result: a() and bar() added to cpp, glu() skipped

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kandeler Christian Kandeler
            phi Philippe
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes