Abdu Bukres
- Total activity 59
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 21
-
Created Can't get inlay hints and push-to-hint to work properly
I am trying to set Rider to only show types for Javascript/Typescript when doing a ctrl-ctrl (keep pressing ctrl) to the show to the types.The hints are either showing all the time or never, whethe... -
Created Command line tool to know if a solution has a code dependency on an assembly?
Is there a command line tool to know if a solution has a code dependency on an assembly? -
Created Can't add 'Open...' action to the toolbar
I added the add 'Open...' action to the toolbar in Settings and it's not showing up in the toolbar.What's the correct way? -
Created Can't add more than one folder as an existing item
I am trying to add multiple folders which exist under one folder all at once to an existing javascript project and Rider is doing it only one folder at a time. I select Add -> existing item. I sele... -
Created In debug mode, Rider opens a new Chrome tab without going to the app's URL
I created a new browser profile in Rider with a custom user data dictionary pointing to Chrome's default user profile path. This is so that when Chrome launches, it launches with my Chrome extensio... -
Created How to have decorators be on their own lines?
In Angular Typescript files, a property can have a @decorator. Instead of having the decorator and the property declaration on the same line, can the decorator(s) be on its own line?Example: @Host... -
Created Why does Rider's task bar button move location every time I close a solution?
Why does Rider's task bar button move location to the fr right every time I close a solution or open another solution/project/website? I always have to drag it to where I want it. Weird behavior. I... -
Created How to disable the the strike-thru for deprecated methods in Javascript?
How to disable the strike-thru for deprecated methods in Javascript? The addListener here is part of the Chrome Extension API and is not a direct Javascript language related thing AFAIK. Is there a... -
Created Why is Reformat and Cleanup not reformatting the code?
CompletedReformatting and Cleanup (ctrl-alt-F) is not reformatting the code. While Reformat Code (ctrl-alt-L) actually does the reformatting but only at the file level.How does one reformat the code at the ... -
Created Is there a way to get the focused document have a different background color?
AnsweredI am using a dark mode in Rider. The focused tab has a bottom line and sometimes it's hard to quickly find which tab has the focus. I have to scan the tabs looking for it. I much prefer the focused...