Abdu Bukres
- Total activity 491
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 189
-
Created Bookmark icon not showing in 8.0.9
When I place a bookmark I don't see the bookmark icon. The bookmark does work. In rare occasions I see it. I wonder if this is my VS setup or this feature broke in this R# version? -
Created Usage results window background color doesn't match text editor background color
I am using a dark theme in VS 2012 and my text is light colored. It seems the Usage results window is using the text editor's colors for the text but it's using a light color for the background col... -
Created Can the css file structure window selectors be sorted like the one in WebStorm?
WebStorm's File Stturcture for a css file can show the selectors in alphbatical order. It would be nice if the File Structure in Resharper can do the same. -
Created Is it normal when R# reports an error but VS 2012 doesn't? The error shows up during runtime
I came across an issue where R#7.1.1 reported an error but the app compiles fine.The app is an MVC asp.net. The controller returns a model of type iQueryable but the view is casting it to iPagedLis... -
Created Ambiguous Reference error
I am getting an Ambiguouos Reference error from R# for several builds. The project compiles fine in Visual Studio. The project is referencing anohter projects for constants. When I hover over the c... -
Created Bookmark issues
I am using the latest build. I suspect this issue is also in the stable one. Some of my bookmarks sometimes do not work. When I hit ctrl-somenumber, nothing happens. I noticed that the text editor ... -
Created Bookmarks getting cleared when doing code formatting in aspx page
I have mentioned this issue several months ago and I wish it gets fixed.When I do a code foramt in an aspx page, I sometimes lose the bookmarks in the page and the page scrolls to the top of the pa... -
Created Is there a shortcut to jump between opening and closing HTMl tag?
Is there a shortcut to jump between opening and closing HTMl tag? ctrl+] doesn't work. -
Created Deleted bookmark does nothing
Using R#7. If I delete a line that has a bookmark and then go to the bookmark, nothing happens. I expect to see some message like bookmark is not set or bookmark has been deleted. -
Created #Regions are not being removed during code cleanup
In my #R 7.0 Type Members Layout, I have this pattern: <!--Default pattern--> <Pattern RemoveAllRegions="true"> However when I do a code cleanup, the regions are not removed. I tried all the code...