rider does not have this bug. In general, I prefer to use vs 2022, because of the speed of debugging.
I use the vs resharper plugin(2024). About resharper’s “refactor move to folder feature”, (When I move a file to another folder, the IDE automatically takes other actions, such as fixing changes in the include path caused by changes)
- If I use UE5.4, VS2022 17.9 preview, which supports direct opening.uproject, then the “move to folder” will look like the image I showed above, that is, the new file I need to move will be added under the WYH folder, but the new file is empty, and the old file is not deleted.
- If I use the normal UE5 version, which is opening .sln instead of.uproject, then the “move to folder” will move the file that I want to move into the “immediate folder”. I’m not showing the image here, if you’ve ever seen one, you know what I’m talking about.
How to solve this problem, I really have been troubled for a long time, I need to frequently refactor to keep the code architecture clean.
If rider uses 1., that is, opens.uproject directly, there will be no problem. If rider uses 2., open.sln, the same problem will occur, which also move the file below immediate.
But vs use 1., there will be a problem that I show the picture, in short, it is not successful, please help, thank you.