Bug 368107 - Declaration helper/autocomplete not working
Summary: Declaration helper/autocomplete not working
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (Clang-based) (show other bugs)
Version: 5.0.0
Platform: Appimage Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-01 14:37 UTC by Ian H
Modified: 2022-10-31 16:25 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian H 2016-09-01 14:37:55 UTC
When defining a variable, in 4.7.3 you could type out the variable name and assign any typed value to it, then hit alt+1 to automatically add the type before the name. 

This functionality does not work atm in v5.0

Reproducible: Always

Steps to Reproduce:
1.type list=QList<int>();
2.hit alt to bring up semantic analysis
3. note that the option to declare list as type QList<int> is not there

Actual Results:  
semantic analysis just gives errors or does nothing at all

Expected Results:  
semantic analysis should offer option to declare list as type QList<int>, changing the line to QList<int> list=QList<int>();
Comment 1 Justin Zobel 2022-10-24 00:46:42 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-24 00:59:27 UTC
confirmed still broken in 22.04