2020-10-28 10:10 AM
Is there a way to do a Find/Replace across all the code files in a project or group of projects?
i.e. change a variable name in a project or in all open projects?
Paul
Solved! Go to Solution.
2020-10-28 11:28 AM
Within a project you can do right click -> refactor -> rename... which is supposed to be smart about where it renames things based on the IDE's understanding of the code.
You can also do Search -> File -> Replace... which appears to do what you want, but I haven't tested it.
2020-10-28 11:28 AM
Within a project you can do right click -> refactor -> rename... which is supposed to be smart about where it renames things based on the IDE's understanding of the code.
You can also do Search -> File -> Replace... which appears to do what you want, but I haven't tested it.
2020-10-29 05:00 AM
TDK,
The Search>File>Replace works great, can even select scope (project, workspace...)
Thank you
Always so fun switching IDEs.
Paul
2020-10-29 07:46 AM
> Always so fun switching IDEs.
I can hear the sarcasm. I think I'm on my 5th different IDE for STM32.
Seems like STM32CubeIDE is being supported. They have improved it quite a bit. Hopefully it doesn't get abandoned like so many before it.
2020-10-29 08:06 AM
Only first IDE with ST/ARM for me. Used many different IDE's at different companies.