Zhoujiazhiwork

- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 12
-
Zhoujiazhiwork created a post, 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? -
Zhoujiazhiwork commented, -
-
-
Zhoujiazhiwork created a post, -
Zhoujiazhiwork created a post, How to combine "Reformat Code" and "Optimize Imports" into a Single Hotkey in Rider
I would like to combine two actions into a single hotkey in mac: Reformat Code (currently bound to Option+Cmd+L) Optimize Imports (currently bound to Ctrl+Option+O) -
Zhoujiazhiwork created a post, How to move all methods to another class
HelloI'm going to move lots of static methods in static class B into static class A, but it's very tedious that I move them one by one by select the method => refactor => move => select the target ... -
Zhoujiazhiwork commented, -
Zhoujiazhiwork created a post, Change all access modifiers by Refactor/Rename
Like the code below, What I want to do is change access modifier of Test method from “public” to “protected”, However it did not like the rename operator which will automatically rename the B.Test(... -