Bug 438832 - rename not available in foreach format
Summary: rename not available in foreach format
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (Clang-based) (show other bugs)
Version: 5.6.0
Platform: Appimage Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-17 22:11 UTC by Ian H
Modified: 2021-06-17 22:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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*