Jason Wu

- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 13
-
Created Project path in the new UI
HI,In the new UI, the left top corner will only show project name. In my case, i have two same project name but stored in different file location. In the old ui, it displays the project directory p... -
Created Unwrap/Remove key binding is not working
HI, I am on window, rider version 2023.2. The shortcut key Ctrl+Shift+Delete, suppose to remove the if statement and keep the body of the if statement. I have checked it is working fine in the Inte... -
Created Bug in the New UI ?
HI, 1 I wonder if this is a bug in the New UI, I am currently on the 2023.2(latest stable release). When i am debugging an application, if click one of the method and find usage, the usage panel wi... -
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 ?