Bug 372599

Summary: clang fixit assistant knows the answer but doesnt offer it
Product: [Applications] kdevelop Reporter: Ian H <master.haber>
Component: Language Support: CPP (Clang-based)Assignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: normal CC: mail
Priority: NOR    
Version First Reported In: 5.0.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Ian H 2016-11-17 21:08:58 UTC
seeing a strange issue with the code completion, where it asks if i meant something, but doesnt offer it as a solution.

Problem in semantic analysis
"No member 'Foo' in 'Bar', did you mean 'foo'? 

Hint: 'foo' declared here
See: double foo() in Bar.h

it knows what i want, but it doesnt offer it as a solution under the alt menu.
Comment 1 Justin Zobel 2022-10-27 02:48:26 UTC
Thank you for reporting this bug in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 2 Ian H 2022-10-27 12:59:46 UTC
In the latest version, it does show this solution in the menu, but using 'alt + <solution No>' doesnt work anymore.