declared the function on head of c lang code, struct type does not appear on the definition in bottom.. Reproducible: Always Steps to Reproduce: 1.define a function with a struct parameters on head 2.to bottom, type the name and wait to autocomplete 3. struct type is omitted Actual Results: struct type is omitted Expected Results: struct type is included
please add a code example that shows us what you mean, include comments that indicate what to type where and what you would expect and what is actually done
(In reply to comment #1) > please add a code example that shows us what you mean, include comments that > indicate what to type where and what you would expect and what is actually > done look the image, resalted lines.
code to reproduce: void f(struct a*); // auto completion yields: void f ( a* ) { } // should yield: void f(struct a*); void f (struct a* ) { }
is the version 4.3.1, but is not in the list.
It's C++ things, so put it under C++
Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved.