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

Active parameter in function hint marked only for first signature

XMLWordPrintable

    • 325db93a7 (13.0)

      Consider this code:

      void func(int i, int j);
      void func(int i, double d);
      
      int main()
      {
      func(0, /* request function hint here */
      }
      

      Make sure you have clangd running on this file and request a function hint at the specified location.
      You will get two signatures, as expected. In the first one, the second parameter correctly has a bold font, indicating the parameter corresponding to the current cursor position. But if you switch to the next signature, the active parameter is not marked there.

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

            davschul David Schulz
            kandeler Christian Kandeler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes