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

Make Ctrl+Left click on a method less strict on certain scenarios

    XMLWordPrintable

Details

    • 414561e4ccdc1a4a110234848b338c7bb78c4df5 (qt-creator/qt-creator/master)

    Description

      I find it a bit annoying that if I change a class method declaration a bit, let's say:

      int foo(int f);

      to

      int foo();

      ...I cannot anymore Ctrl+Left click the method declaration and go to the corresponding definition in the cpp file because the signature doesn't exactly match anymore. Nothing happens. It would be nice to still allow jumping to the definition if this method was the only version of foo() - despite the now different signature. This would make refactoring code a bit easier.

       

      Attachments

        For Gerrit Dashboard: QTCREATORBUG-20279
        # Subject Branch Project Status CR V

        Activity

          People

            kandeler Christian Kandeler
            juzzlin Jussi Lind
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes