Simmo
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
Created Am I missing something, or is updating Rider a painful process?
I never installed the overwhelming majority of plugins that appear in the Update box. Even if I waste time to save time and uninstall those I never use, I don't wish to have to go through and manua... -
Created Does Rider support partial commits for VCSs that don't do it natively?
AnsweredIn particular, Perforce.Chatgpt suggests it does, although often gets things wrong:Perforce Behavior: Perforce does not have native support for partial file commits in the same way Git does with st... -
Edited Breakpoints in c++ lambdas triggered when defined rather than executed
E.g. code below stops on line following definition of lambda while setting up the lambdas instead of on the line with the breakpoint when it's later executed.Not posted as a bug as this is a very c... -
Edited Classic touch typers - how are you quickly up/downing in dropdown autocomplete boxes?
Reaching for up/down arrows is too slow, even on popular programming keyboards Reaching for mouse obviously too slow Typing more characters to match works sometimes, but often long names offer onl... -
Created Rider: Which option disables hints on non-hovered text?
AnsweredI can't find the option, but it must be there. E.g. trying to code on one line, tooltip comes up for a future line, covering up what I'm trying to type. Pressing Esc as suggested gets rid of it for...