Jason Wu

- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 13
-
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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. -
Created 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 -
Created c# Postfix
HI, Do you guy have a road map to provide the custom postfix completion feature for c# rider in the future ? -
Created Jump back to the line of exception occurred during debugging
HI, I know during debugging, there are options like "run to cursor", "skip to cursor" and "run to cursor non-stop" which allow us to replay some part of code, but this is only valid when no excepti... -
Created How to disable the thread view while debugging in rider 2021.3
HI, I wondering if there is a way to disable the thread view while debugging in rider.(I remember there is icon in the old version, but i can't find it with version 2021.3) -
Created Changing style of heading white space in rider
HI, I have tick the box to shows whitespaces inside the Editor > appearance. But for some of the project , the heading white space is showing as long dash bar, but some of project is showing as dot...