Hi,
We have just rechecked the rename command using Clang IntelliSense and it worked just fine; hence, the issue is likely used by something else.
In order to narrow it down, please try creating a new project from scratch, right-clicking in the middle of the “main” word of the main() function and selecting “Rename”. Does it work? If yes, please try checking:
- Does the key combination work for the newly created project?
- If yes, does it work for other symbols in the main project?
- If yes, is there something particular about the symbols that cannot be renamed (e.g. defined in .h files, but not .c files)?