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

Follow symbol under cursor on virtual function declaration should open the List of overrides.

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 3.0.0-beta
    • C/C++/Obj-C++ Support
    • None

      In most cases I want the overrides list not when i'm at the usage, but when I'm on the declaration. e.g.

          virtual void start(const QString &executable, const QStringList &arguments = QStringList()) = 0;
      

      When you have this function declaration inside your class declaration it would be helpful if all implementations can be shown.

      Furthermore it would be cool to have a action which loads the entries of this list to a persistent list... maybe inside the sidebar or in the search results, perfect would be the C++ symbol search

      This action could be triggered directly via a shortcut, or a second F2 when the unpersistent list is shown, or even from the context menu.

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

            kosjar Nikolai Kosjar
            davschul David Schulz
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes