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

Doxygen auto completion

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • Qt Creator 2.5.0-beta
    • Qt Creator 2.0.1
    • Editors
    • None
    • beede7d7cff3e740ec0b0053ae9e382693e7f42c

      Eclipse and VS have a nice feature. If you write an method and start commenting it with doxygen comments (/**) the IDE automatically creates (triggered by ctrl space) the doxygen stub. If you have
      bool foo (int a, int b)
      you get following stub.
      /**

      • @param a
      • @param b
      • @return
        */
        bool doSomething (int a, int b)

      I would love this feature in creator too.

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

            leamelo Leandro T. C. Melo
            gleugner Georg Leugner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes