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

Refactoring Option / Class Implementation

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes