Home
ReSharper Support | JetBrains
Submit a request
Community
Sign in
ANONYMOUS
Follow
New posts
New posts and comments
Total activity
560
Last activity
January 14, 2016 19:09
Member since
September 07, 2005 22:19
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
152
Activity overview
Posts (118)
Comments (290)
Sort by recent activity
Recent activity
Votes
Created
February 14, 2007 13:58
Hello Peter,Peter Sulek wrote:>> Lothan wrote:>> >> No one knows resharper-api functions to manipulate with xml-docs?Consider the following two interfaces:Getting documentation for declared element...
Community
ReSharper Open API / SDK
Replace xml doc -> XMLDocUtil.SubstituteHeader
0 votes
Created
February 10, 2007 19:17
Hello terrorix,I'm not sure what you mean under 'it sucks in line...', but I'd start with re-writing the first line of your code into IDeclaredElement element = methodDeclaration.DeclaredElement;It...
Community
ReSharper Open API / SDK
Replace xml doc -> XMLDocUtil.SubstituteHeader
0 votes
Created
February 07, 2007 18:33
Hello Jakob,We are going to extend Plugin Development pages in the near future, and user-supplied plugins will have dedicated page for them. Of course, plugins with source code will take priority a...
Community
ReSharper Open API / SDK
string.Empty
0 votes
Created
February 07, 2007 15:57
Hello Jakob,Oh, that's great! Sorry, I've completely missed your point in your original post. But if one doesn't notice the attachment to that post (and I didn't),it is really not easy to understan...
Community
ReSharper Open API / SDK
string.Empty
0 votes
Created
February 07, 2007 10:56
Hello Jakob,I guess you have to take a look at the 'Generate COM Interop Wrapper' plugin shipped with recently released ReSharper PowerToys pack.This plugin provides a context action, and its sourc...
Community
ReSharper Open API / SDK
string.Empty
0 votes
Created
January 26, 2007 20:03
Hi AndyThat's great - let me know if you manage to get something working. I'll play around with it a little when testing in single projects in the meantime if I get a chance.CheersSeanHi Sean,I wa...
Community
ReSharper Open API / SDK
A Plugin that adds Visual Studio Unit Test support to ReSharper
0 votes
Created
January 25, 2007 19:56
Hi AndyOkay - I'd be interested as I like what I've seen of the R# test runner. Thanks for the effort, by the way. It looked good when running tests from a single project.SeanHi Sean,I have not t...
Community
ReSharper Open API / SDK
A Plugin that adds Visual Studio Unit Test support to ReSharper
0 votes
Created
January 25, 2007 19:09
Okay - have now found how to start the tests going. I clicked on the icon in the gutter next to the test and it ran. Seems to work well so far. Have a question though....I have a number of test ...
Community
ReSharper Open API / SDK
A Plugin that adds Visual Studio Unit Test support to ReSharper
0 votes
Created
January 25, 2007 19:02
Hi AndyI've loaded the plugin and it appears in the R# plugin menu....however, I don't see anything when I open the R# unit test runner. I'm running 2005 Team Test Edition SP1. Is there anything ...
Community
ReSharper Open API / SDK
A Plugin that adds Visual Studio Unit Test support to ReSharper
0 votes
Created
January 20, 2007 05:43
Hello flipdoubt,most likely you have to write an action which may look as follows: [ActionHandler("ProcessText")] // your action id class ProcessTextAction : IActionHandler { public bool Upda...
Community
ReSharper Open API / SDK
Silly question from an add-in newbie
0 votes
«
‹
5
6
7
8
9
10
11
12
13
14
15
›
»