Ilya Ryzhenkov

2,218
reputation
348 views

Registered User

name Ilya Ryzhenkov
member for 1 year
seen 21 hours ago
website
location St.Petersburg, Russia
age 33
ReSharper Product Manager at JetBrains
Dec
6
awarded  Mortarboard
Oct
11
comment Resharper throws OutOfMemoryException on big solution
Unfortunately, as of VS2010 beta1, there is no satisfactory code model provided. So the problem will get even worse, because WPF (new editor) takes lots of memory :(
Oct
11
answered What’s your favourite ReSharper’s plugins, what is still missing in?
Oct
11
comment Resharper: ‘contains’ mode searching
@Maciej, adding an option is the last thing we would like to do. There are already lots of options in ReSharper. I'd like to cut half of them, actually :)
Oct
11
comment Is there a way to find all unused code in a .NET project using ReSharper?
That's not entirely correct. This will show you unused declarations with private visibility, but not with internal or public. ReSharper 5 will likely have better story about this issue.
Oct
5
accepted getting Resharper cheaper
Oct
5
answered getting Resharper cheaper
Sep
29
revised Hidden .NET Base Class Library Classes?
Fixed method name
Sep
20
awarded  Yearling
Sep
17
answered How can I have a different resharper naming convention for explicit interface methods?
Sep
15
comment Resharper: ‘contains’ mode searching
Drew, we are already experimenting with 'contains' mode, and we don't like how it works now, but we have some ideas about how to make it much better. Let's wait for 5.0 :)
Sep
5
comment Remove unused references (!= “using”)
This is not always correct. For example, if you have class Foo which derives from Bar, and you have static member Blah in Bar, and you call it as Foo.Blah, then you have to have assembly of Foo in references for compiler, but it will not be emitted into output, because static member is in Bar. There are some more cases like this.
Aug
26
accepted Resharper - How to change ‘local variable _ is never used’ to be a suggestion.
Aug
26
answered Resharper - How to change ‘local variable _ is never used’ to be a suggestion.
Aug
25
comment How would you spend $150 on developer tools?
why not ReSharper 4.5? :)
Jul
14
answered Is there a Create New Folder in current project keyboard shortcut for Visual Studio 2008?
Jul
11
comment Resharper running all tests when only a single one is selected
Do you use Gallio to run MBUnit tests?
Jun
25
answered Replacement of Delphi IDE “Sync Edit” in Visual Studio
Jun
13
comment Can resharper break your code?
In this case, ReSharper didn't suggest it. You had no mark in the editor. Light bulb shows not only items that are suggested, but also handy editing options. E.g. you can invert if ad infinum :)