How do I rename rider projects?
So instead of using the last folder as the project name, I can rename it to whatever I want.
For example in this case my folder ends in `/js`, but I want it to be renamed to something like `myproject js` without changing the folder structure.
Please sign in to leave a comment.
Hi resting!
As I can see, you're working on a JavaScript project in Rider. The project name is derived from the root folder name in this case. In .NET projects, a .sln file specifies the solution name, which may differ from the root folder name. For non- .NET projects like JavaScript, you can only change the folder's name.
I can suggest you some ways to customize your project and make a visible difference. Right-click on a project name. Here, you can change the title color of the project or set a custom project icon, making it easier to distinguish an opened project from others. I hope this helps!