Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Sergey Shkredov
Total activity
61
Last activity
January 16, 2016 00:07
Member since
March 19, 2009 15:41
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
26
Activity overview
Articles (0)
Posts (0)
Comments (35)
Sort by recent activity
Recent activity
Votes
Created
March 19, 2009 15:41
// Am I right in assumption that you're trying to suggest name for 'catch' variable having expression? If I am here is a slightly corrected version: public string SuggestVariableName() { ...
Community
ReSharper Open API / SDK
Name suggestions
0 votes
Created
February 13, 2013 15:19
Hi.Hi. You need to set context for code fragment to get types resolved. Context is a tree node in a file belonging to a project. You can set context using SetResolveContextForSandBox extension meth...
Community
ReSharper Open API / SDK
Resolving type created by CSharpElementFactory.CreateExpression
0 votes
Created
February 19, 2013 08:55
Seems that you are trying to calculate type for expression 'Observable.Return(42, System.Reactive.Concurrency.Scheduler.Immediate)' which is a return type of the method 'Return' and it doesn't depe...
Community
ReSharper Open API / SDK
Resolving type created by CSharpElementFactory.CreateExpression
0 votes
Created
April 10, 2009 06:33
Hi.We don’t have an option to ignore capitalized two letter acronyms. Do you have a lot of such acronyms in your project? (I have two: ‘ID’ ‘VB’ =)Allowing any two letter acronyms may result in app...
Community
ReSharper EAP
[1227] Naming rules support for C# standards
0 votes
Created
June 03, 2010 16:34
Hello Jason,The problem is that expression a + b + c is actually (a + b) + c (in terms of syntax trees). R# works with the syntax tree of the expression and in your case there is no valid subtree...
Community
ReSharper EAP
Can't extract method when I think I should.
0 votes
Next
›
Last
»