Zhoujiazhiwork
- Total activity 66
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 19
-
Created rename refactor (⌥⌘R) shows dialog but does not rename local variables on macOS in 2025.1.5.1
On macOS in CLion, pressing Option + Command + R (⌥⌘R) on a local variable opens the rename dialog as expected. However, when clicking “Refactor” (or pressing Enter), nothing happens — the variable... -
Created New files not marked as unversioned in CLion 2025.1.5.1
After updating to CLion 2025.1.5.1, newly created files no longer show as unversioned (red) in the editor or Project view. Previously, new files not added to Git would appear in red, but now they a... -
Created Restored files on macOS are not indexed in Rider (only recreated files are detected)
Delete one or more files tracked by Git in Rider. Run `git reset --hard` to restore them. Rider does not see or index the restored files at all. They remain missing from the project view and searc... -
Created Changes to AfterBuild step in .sln file lost after Unity restart
When I add an AfterBuild step directly in the .sln file, the changes are lost after restarting Unity. It seems Unity regenerates the solution file and overwrites my modifications. Modify the .sln f... -
Created GLSL formatting in CLion removes tabs inside array initializers
I’m using CLion with a GLSL plugin for shader development. When I run the code formatter on GLSL files, it removes all spaces and line breaks inside array initializers. what i want: after format:c... -
Created Why does Rider show only a few processes on macOS?
In CLion, when I open Run → Attach to Process, it lists all running processes. However, in Rider, it seems to only show .NET-related processes.How can I configure Rider to list all processes like C... -
Created How to view C# stack trace when a breakpoint is hit in native C++ plugin (Unity)?
I'm debugging a Unity project with a native C++ plugin. I use CLion to hit breakpoints in the C++ code, but I want to see the C# (managed) stack trace that led to the native call.In CLion, only the... -
Created Why Git Show History Does Not Show the Most Recent Commit?
I made two commits to a file (file A): CommitA CommitB When I use "Git Show History" in Rider, only CommitA appears. Why doesn't CommitB show up, and how can I view all changes? -