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 30, 2009 12:39
You'd like to run code analysis agains given file, and then collect all analysis results?-- Eugene PasynkovReSharper Technical LeadJetBrains, Inc.http://www.jetbrains.com"Develop with pleasure!""Sh...
Community
ReSharper Open API / SDK
Code Inspection API?
0 votes
Created
February 02, 2009 07:32
1) First of all, you need to override highlighting engine to get access to analysis result:public class HighlightingDumper : DaemonProcessBase{private readonly List myHighlighters = new List(); pu...
Community
ReSharper Open API / SDK
Code Inspection API?
0 votes
Created
January 24, 2009 09:45
Yes, you've done right.The high-level API exisits for semantic entities, but not for syntax one (such as whitespace tuning).-- Eugene PasynkovReSharper Technical LeadJetBrains, Inc.http://www.jetbr...
Community
ReSharper Open API / SDK
Modifying method parameters
0 votes
Created
June 17, 2008 15:26
Just launch VS with command-line keydevenv /ReSharper.LogFile=....-- Eugene PasynkovDeveloperJetBrains, Inchttp://www.jetbrains.com"Develop with pleasure!""Stefan Lieser" <stefan@lieser-online.de> ...
Community
ReSharper Open API / SDK
Turn on logging
0 votes
Created
October 14, 2008 21:40
Am I right saying that you'd like to get all classes with short name "InvalidOperationException" visible from solution?-- Eugene PasynkovReSharper Technical LeadJetBrains, Inc.http://www.jetbrains....
Community
ReSharper Open API / SDK
How to resolve type name
0 votes
Created
October 15, 2008 20:42
Please clarify, what do you mean "in context of cuurent file".Does this mean "at the exact point of the file, using all imports/namespaces"?if so, the use the following:var type = CSharpTypeFactory...
Community
ReSharper Open API / SDK
How to resolve type name
0 votes
Created
July 10, 2008 19:16
We've created c# parser from scratch using our own tools.-- Eugene PasynkovDeveloperJetBrains, Inchttp://www.jetbrains.com"Develop with pleasure!""fafa" <no_reply@jetbrains.com> wrote in message ne...
Community
ReSharper Open API / SDK
Parser of C# source code
0 votes
Created
July 04, 2008 10:09
It is incorrect to compare using's by their text (because of different formatting, comments, and so on).Better way is try to cast IUsingDirective to IUsingNamespaceDirective and then get the import...
Community
ReSharper Open API / SDK
How do I add a "using System;" statement to a c# file?
0 votes
Created
June 25, 2008 07:49
The best way is to look into PowerToys and make similar thingsThough right now PowerToys are only for 3.0, the code could be easily adopted-- Eugene PasynkovDeveloperJetBrains, Inchttp://www.jetbra...
Community
ReSharper Open API / SDK
How do I implement a Code inspection item that can provide a QuickFix
0 votes
Created
August 09, 2010 09:34
> * get the list of public properties in the current class? If you get the IClass instance (or any ITypeElement), you can get it's propeties by invoking ".GetProperties()" method, or just callin...
Community
ReSharper Open API / SDK
Getting started
0 votes
«
First
‹
Previous
Next
›
Last
»