Abdu Bukres
- Total activity 491
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 189
-
Created Copy and paste in VS 2008 broken
I can't copy and paste in aspx pages in the past 3 builds in VS 2008. I get exceptions in TextContro.Copy and TextControl.Paste. This is a show stopper for me and had to revert to build 2080 every ... -
Created Buttons on Log in To Issue Tracker dialog are cut off
Buttons on Log in To Issue Tracker dialog are cut off & i can't resize the window. My display in Windows 7 is set to 125%. -
Created Resharper entries are gone in Fonts and Colors VS 2008 settings
In Build 2074 all the resharper settings are gone under the VS 2008 Font and Colors settings in Tools. I installed R# twice. I am using a dark theme in VS and the current line highlighter is so bri... -
Created Need to stop code analyzing aspx pages
Is there a way to stop code analyzing aspx pages? It's slowing my typing. -
Created Can R# delete unused types and type members?
R# can find unused types and type members. Can it delete them for me? -
Created Unused types do not show in "Find Code Issues"
I have set every option in "unused symbols" in Inspection Severity window to 'show as warning'.Created a new class file with a class which is not used anywhere. Used the Find Code Issues option and... -
Created Marking "Type is never used" as an error or have it stand out
I have a reference.cs file with over 280,000 lines. I am trying to find the types which are not used. The color bar is mostly yellow because of the hundreds (or thousands) of warnings. I have set "... -
Created Search with "more options" doesn't work properly
Doing search on the web site. When I use search with "more options", checking "communities" & "discussions", and selecting top level 'Resharper", I always get 0 results back. What's wrong wrong wit... -
Created Getting a list of unused types and methods in a file or project?
I know I can use Resharper to visually know if a method is used in the code.However I would like to get a list of all unused types and methods (including public) which are in a file or a project. P... -
Created R# doesn't suggest method declaration update when method caller has an extra parameter
Using R# 5.1.1. I have a method with no input parameters. In my method caller I add a new parameter to be passed to the method. R# suggests creating a new method stub. I would like R# to be able to...