A related question is a question created from another question. When the related question is created, it will be automatically linked to the original question.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
CCSv6 refactor: How to add structure name to variable after making a variable a structure member.
If I understood correctly, you originally had a variable "var" and afterwards moved its definition inside a structure "str". Now you want to rename all instances of "var" with "str.var", right?
If you right click on the variable name "var" and select Refactor --> Rename does that work?