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

Autocompletion on function names appends "();" also when assigning to a function pointer

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • None
    • C/C++/Obj-C++ Support

      Try something like

      typedef void (*func_t)();
      void test()
      {
      func_t f = te<Ctrl-Space>

      This adds 'st()', it would be nicer if it was just "st"

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

            kandeler Christian Kandeler
            hjk hjk
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes