Thenrich2009
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created Why can't I select and copy all from the Build Output pane?
Why can't I select and copy all from the Build Output pane?I have build errors. I want to copy everything from there but it's only allowing me to copy one row! -
Created Soft wrap on long lines not working
I am using Rider EAP 8. I have the AI Assistant pane to the right of the editor. Long lines are not wrapping to the next line. I have to scroll horizontally.These are settings I am using:: -
Created How to show the Open button as the first button on the toolbar?
How to show the Open button as the first button on the toolbar? I am unable to drag it to before the left arrow. It's showing on the right side. I want on the far left as the first option in the to... -
Created How to uninstall Rider 2024.3.3? I already have Rider 2024.3.5
I don't understand how I ended up with two versions of Rider, 2024.3.3 and 2024.3.5. I can run each one separately. There's no option to uninstall 2024.3.3 under Programs in Windows and the JetBrai... -
Created Where's the reload project option??
I unload a project and now I can't find the reload project. Where is the reload project menu option??I am stuck in this unloaded project state! -
Created How to display a fixed toolbar in the new UI?
The toolbar disappeared in the new UI. It's where I customized it and placed my frequently menu options so I can just click once.It's gone in the new UI and everything takes more than one click. I ... -
Created Why can't a place a breakpoint on a closing brace?
As shown from the image, the debugger broke at the breakpoint at the return statement. However I am unable to place a breakpoint in any of the subsequent closing braces. Why not? Visual Studio all... -
Created Is there a way to exclude certain assemblies from being decompiled and stepped into during debugging?
I am debugging an app which has references to other assemblies which belong to my company therefore I need to debug external code. Sometimes I don't have the source code for these internal assembli... -
Created "Convert to function component" option is disabled in React app
I placed the caret in the code below (first few lines shown) and the "Convert to function component" Refactor option is disabled. Why would it be disabled?class App extends React.Component {constru...