Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Rory Primrose
Total activity
34
Last activity
January 16, 2016 00:27
Member since
October 05, 2007 02:29
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
12
Activity overview
Posts (10)
Comments (12)
Sort by recent activity
Recent activity
Votes
Created
July 04, 2008 05:30
Solved. This did the trick: /// /// Ensures the namespace exists. /// /// The file. /// Name of the namespace.]]> public static void EnsureNamespaceE...
Community
ReSharper Open API / SDK
How do I add a "using System;" statement to a c# file?
0 votes
Created
July 05, 2008 01:17
Thanks Eugene. The function now looks like this: /// /// Ensures the namespace exists. /// /// The file. /// Name of the qualified namespace.]]> publ...
Community
ReSharper Open API / SDK
How do I add a "using System;" statement to a c# file?
0 votes
Created
June 19, 2008 22:38
Hi Eugene,Thanks for the reply. In this post, you say to use a lower level api because I want write out Boolean rather than bool for example. The higher level api will write bool even if I specify ...
Community
ReSharper Open API / SDK
What parameter values are required to create an IReferenceExpression
0 votes
Created
June 17, 2008 23:44
Hi Eugene,Thanks for the quick response. I have tried to add your code, but found that ILocalVariableDeclarationNode doesn't have a SetTypeUsageNode method. It has a TypeUsageNode property, but it ...
Community
ReSharper Open API / SDK
CodeFormatModule to change types from inbuild alias types
0 votes
Created
June 11, 2010 07:48
I've changed the IContextAction to inherit from BulbItemImpl which seems to take care of this issue.
Community
ReSharper Open API / SDK
ModificationUtil.ReplaceChild throws NullReferenceException
0 votes
Created
May 09, 2011 06:36
When I run F5, the breakpoint indicates that the related module/symbols have been loaded (solid red dot). Weirdly, the Modules window is completely blank. When I detatch and re-attach, the module l...
Community
ReSharper Open API / SDK
No breakpoints hit when debugging plugin
0 votes
Created
June 18, 2008 05:29
I had a look through Reflector at the SetVar() method which gave me a solution to update the ITypeUsageNode. // create AST fragment for type usage IProject project = localVariableDeclaration....
Community
ReSharper Open API / SDK
CodeFormatModule to change types from inbuild alias types
0 votes
Created
June 11, 2010 03:03
Hi Eugene,Thanks, that was the problem and now the node replacement works.I have noticed something in my testing. Sometimes there are two "Text Buffer Change" entries in the undo list when I replac...
Community
ReSharper Open API / SDK
ModificationUtil.ReplaceChild throws NullReferenceException
0 votes
Created
May 03, 2011 23:32
I was developing the plugin again yesterday. The problem is still there, however I have a workaround. I F5 the solution to spin up devenv.exe with the plugin loaded. I then detach the debugger and ...
Community
ReSharper Open API / SDK
No breakpoints hit when debugging plugin
0 votes
Created
March 19, 2008 23:16
I have seen lots of arguments about what features one unit testing framework has over the other. I think that this is irrelevant. Unit testing frameworks are most often enforced by the organisation...
Community
ReSharper EAP
Support for MSTest in future versions?
0 votes
Next
›
Last
»