| Summary: | Struct type does not autocomplete at definition of a function | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Felipe Morales <fpilee> |
| Component: | Language Support: CPP (old) | Assignee: | kdevelop-bugs-null |
| Status: | CONFIRMED --- | ||
| Severity: | minor | ||
| Priority: | NOR | ||
| Version First Reported In: | 4.3.60 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| URL: | http://www.subirimagenes.com/privadas-bgform2-1820224.html | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Felipe Morales
2012-04-20 13:00:02 UTC
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. |