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

Allow custom comments to appear in the auto completion help.

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes