Jason Wu

- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 10
-
Jason Wu created a post, Following one worker thread when debugging
HI, I have a multi threads application, different thread will do different thing in my code base. So the debugger is jumping around and switching to different thread. I was wondering if I can selec... -
Jason Wu created a post, How to reset folding settings
HI, I have configured code folding to the following setup. It works when the first time I open a file (as you can see the code fold by region),If i click expand the region, next time when i open th... -
-
Jason Wu created a post, Signature refactoring does not work for generic method
HI I have issue to use signature refactoring (ctrl + F6) to change non-generic method to generic method, as you can see the screenshot below, rider wont recognized symbol <T> and also it doesn't h... -
Jason Wu created a post, Cant go to interface from Implementation after refactoring
HI, I can use keyboard shortcuts ctrl + B go from implementation to interface. After if I did some refactoring e.g. change the method return type(not the signature refactoring). then the ctrl + B w... -
-
Jason Wu created a post, Keyboard Shortcuts for switching tab in "Find" windows
HI, After got few usages tab in the "Find" windows, i wonder if there is keyboard shortcuts to switch between those tabs. -
-
Jason Wu created a post, Typing assistance - angle bracket
HI, From the documentation below, does rider support angle bracket auto-matching ? e.g. <> https://www.jetbrains.com/help/rider/Coding_Assistance_Typing_Assistance.html -