Abdu Bukres
- Total activity 491
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 189
-
Created Can the Build window auto hide by itself?
I like to have the Solution Explorer window open all the time. If I choose to have the Build Progress view open in the tool window, it stays open after the build is done and it covers up the Soluti... -
Created Can the Find Results window have the results expanded by default?
Every time I use Find Usage and the Find Results opens, I have to manually click the Expand All because the collapsed results are pretty much useless because I can't see the details (filenames and ... -
Created Make "Go to Next Error" go to first error on the page
I don't know if this feature has changed recently but suddenly when I hit alt-F12 and happen to be at the bottom of the page, it goes to the next error at a different page. I don't recall after sev... -
Created Code inside C# Preprocessor Directives treated like dead code
I noticed that code inside C# Preprocessor Directives (example: #if DEBUG) are treated like dead code. They are greyed and I can't use R# navigation shortcuts on them. Is this by design? I would p... -
Created Navigate to declaration of AngularJS controller or directive?
In a html file which has AngularJS controller or directives, is there a way to navigative to their declarations in js files? Also the other round using find usages? Is this support planned? -
Created How to change default class scope from internal to public when reformatting?
When I reformat the code, the non explictly scoped classes get scoped to internal. How do I make the default scope public? I couldn't find the setting for this. -
Created How to stop R# 9 from inserting Enumerable...for extension methods?
Whenever I get the list of suggestions of extension methods and choose something like Count(), my enumerable/queryable linq statement gets converted into Enumerable.Count(...). This behavior is ne... -
Created Issues with the EAP2 installer
I have VS 2010 Shell and the full VS 2013. The installer acts weird when certain selections are made:1- Unselect VS 2010, Select VS 2013 and select both dotPeek & R#. Nothing gets installed. After ... -
Created Boomarks do not work in R#8 after installing EAP 9 and the fix
FYI: After going back to R#8 from EAP9, the bookmarks stopped working completely. I couldn't set any, jump to any and couldn't do a ctrl-~. The fix for me was to save VS's settings and reload them. -
Created What are experimental hives in the the installer?
What are experimental hives in the the installer and which one to choose? I think they mean to install different instances of R# but need more info.