Abdu Bukres

- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 15
-
-
-
-
Abdu Bukres created a post, 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... -
Abdu Bukres commented, -
Abdu Bukres created a post, 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... -
-
Abdu Bukres created a post, CompletedWhy is Reformat and Cleanup not reformatting the code?
Reformatting 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 ... -
Abdu Bukres created a post, AnsweredIs there a way to get the focused document have a different background color?
I 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... -
Abdu Bukres created a post, How to find what code is using an imported type in Javascript?
If I have an import statement like: import { ColumnsView } from '..somefolder'; How do I know what code in the file is using anything from ColumnsView?Similar to 'Find Dependent Code' functionality...