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

Allow custom comments to appear in the auto completion help.

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 2.2.1
    • None

      In Netbeans, if I were to write the following javadoc, I would get additional info from the auto completion.

      /**
       * @param a The first var.
       * @return The second var.
       */
      public int test(int a)
      {
      }

      So when "a" is bolded in the autocompletion, the text "The first var" would appear on the next line of the function signature. This would be a very nice feature to have especially for those coders who use overloaded functions to provide very different functionalities.

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

            erikv Erik Verbruggen
            jecjackal John Carroll
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes