https://bugs.kde.org/show_bug.cgi?id=368107
Bug ID: 368107
Summary: Declaration helper/autocomplete not working
Product: kdevelop
Version: 5.0.0
Platform: Appimage
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Language Support: CPP (Clang-based)
Assignee: [email protected]
Reporter: [email protected]
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>();
--
You are receiving this mail because:
You are watching all bug changes.