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
June 17, 2008 09:27
Yes, you are right.ReSharper internally handles built-in types and always use keywords.To overcome this issue, you have to use lower-level API (since tis change (System.String->string) is handled b...
Community
ReSharper Open API / SDK
CodeFormatModule to change types from inbuild alias types
0 votes
Created
April 01, 2008 09:42
There is no more 'OverlapResolvePolicy'.To deal correctly with code highlightings, please use the following constructs:For highlightings with non-configurable severity:[StaticSeverityHighlighting(S...
Community
ReSharper Open API / SDK
Cannot find OverlapResolvePolicy in R#4
0 votes
Created
March 31, 2008 09:45
Looks like ReSharper thinks that your file shouldn't be parsed.For example, for c# file it shoul be parsed only if action==COMPILE. If action==RESOURCE, it won't be parsed.Please check if PsiManage...
Community
ReSharper Open API / SDK
Problem with LanguageService, DaemonStage and Psi
0 votes
Created
March 25, 2008 15:25
PsiManagerGetModuleAttributes(IModule)IModule is either IAssembly or IProject-- Eugene PasynkovDeveloperJetBrains, Inchttp://www.jetbrains.com"Develop with pleasure!""Alexander Nesterenko" <alexn@s...
Community
ReSharper Open API / SDK
Custom attibutes for project.
0 votes
Created
January 31, 2008 20:53
This shouldn't be differenr in internal/public modesLooks like a bug-- Eugene PasynkovDeveloperJetBrains, Inchttp://www.jetbrains.com"Develop with pleasure!""Alexander Nesterenko" <alexn@safedevelo...
Community
ReSharper Open API / SDK
[R# 3.1] Context actions and inheritance
0 votes
Created
October 20, 2007 09:49
Unfortunately, ReSharper 3.0 is incompatible with projects referenced non-standard mscrolib :( The problem is not in "DetectUnreferencedModule" etc, but much deeper, in our whole type systemThis pr...
Community
ReSharper Open API / SDK
Disabling certain warnings
0 votes
Created
February 21, 2009 09:18
Very strange, it should.Please check that you context action is shown in the context actions list in options (.e. visit ReShrpaer->Option->C#->Context actions and check if your action "Shows up in ...
Community
ReSharper Open API / SDK
Help with context action (4.5)
0 votes
Created
February 05, 2009 15:00
The best method, IMHO, is to implement the JetBrains.ReSharper.Psi.Caches.ICache interface, and register you cache in the CacheManager.Using this way, your implementation will be nitified on change...
Community
ReSharper Open API / SDK
Working with cache
0 votes
Created
February 21, 2009 09:13
I see. Things are more complicated then was seen before :)The ICache & co. wouldn't work for you well here, since they rely that files are1) independedt2) different caches could load/update simulta...
Community
ReSharper Open API / SDK
Working with cache
0 votes
Created
February 11, 2009 16:02
You can pass "null" there-- Eugene PasynkovReSharper Technical LeadJetBrains, Inc.http://www.jetbrains.com"Develop with pleasure!""Igal Tabachnik" <no_reply@jetbrains.com> wrote in message news:885...
Community
ReSharper Open API / SDK
Creating an ICSharpFile from text
0 votes
«
First
‹
Previous
Next
›
Last
»