Bug 438832

Summary: rename not available in foreach format
Product: [Applications] kdevelop Reporter: Ian H <master.haber>
Component: Language Support: CPP (Clang-based)Assignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.6.0   
Target Milestone: ---   
Platform: Appimage   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Ian H 2021-06-17 22:11:40 UTC
the rename function is not available in the foreach format in cpp: 

for(int val:valueList)
{}

instead it is replaced by 'refactor' menu, asking to rename iterator::operator*