Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Evgeny Pasynkov
Total activity
621
Last activity
January 17, 2016 23:25
Member since
March 15, 2004 13:53
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
254
Activity overview
Posts (37)
Comments (330)
Sort by recent activity
Recent activity
Votes
Created
January 15, 2010 10:21
1) Yes, this is desired approach2) "ProcessBeforeInterior" is executed BEFORE visitng the subtree, and "ProcessAfterInterior" - after.Usually, there is no difference where you process syntax constr...
Community
ReSharper Open API / SDK
IRecursiveElementProcessor usage
0 votes
Created
October 15, 2009 12:26
referenceExpression.Reference.Resolve().DeclaredElement is IEvent
Community
ReSharper Open API / SDK
Check that an event subscription has the corresponding unsubscription code (+= / -=)
0 votes
Created
March 19, 2009 14:42
Let me fix your code: var propertyDeclaration = resolved.DeclaredElement as IPropertyDeclaration;IS NOT VALID!Replace it with the following: var property = resolved.DeclaredElement as IProperty;if ...
Community
ReSharper Open API / SDK
detecting property getter usage
0 votes
Created
February 17, 2009 10:59
'TypePart' and etc. are the implemetation details of the ReSharper's symbol index.The purpose of the abstract ICache is to store any file-dependent information and to update it when file changes.To...
Community
ReSharper Open API / SDK
Working with cache
0 votes
Created
February 17, 2009 12:13
This is definitely TOO late.Usually, you should register your cache on solution component startup.Please, tell me once more what is your task, and I'll give you hints on implementation-- Eugene Pas...
Community
ReSharper Open API / SDK
Working with cache
0 votes
Created
February 05, 2009 15:01
Use CSharpElementFactory.CreateFile method-- Eugene PasynkovReSharper Technical LeadJetBrains, Inc.http://www.jetbrains.com"Develop with pleasure!""Igal Tabachnik" <no_reply@jetbrains.com> wrote in...
Community
ReSharper Open API / SDK
Creating an ICSharpFile from text
0 votes
Created
February 17, 2009 10:57
No, you can't pass 'null' here.You should get valid IPsiModule for any project in your solution-- Eugene PasynkovReSharper Technical LeadJetBrains, Inc.http://www.jetbrains.com"Develop with pleasur...
Community
ReSharper Open API / SDK
Creating an ICSharpFile from text
0 votes
Created
February 21, 2009 09:05
I was wrong saying it is safe to pass 'null' :( All ReSharper utility methods require valid solution/projects to be opened.If you would like to access ReSharepr services in your tests, then you nee...
Community
ReSharper Open API / SDK
Creating an ICSharpFile from text
0 votes
Created
January 10, 2007 09:24
I see the problem :(It comes when you run tests from click on the gutter - first, ReSharper finds the node with this name in the tree, and then runs it.Currently, I only could suggest the trick to ...
Community
ReSharper Open API / SDK
Missing something for Unit Test Renner
0 votes
Created
January 10, 2007 14:07
I suppose more reasonable solution will be done in ReSharper 3.0 - I'm going to introduce another folding layer - nodes under test method-- Eugene PasynkovDeveloperJetBrains, Inchttp://www.jetbrain...
Community
ReSharper Open API / SDK
Missing something for Unit Test Renner
0 votes
«
First
‹
Previous
Next
›
Last
»