Felis ReSharper Plugins 1.0.0.0
Here are new plugins for R# called 'Felis ReSharper Plugins'
Contains:
1. Todo find
- main VS Menu->ReSharper->Felis Plugins->Todo find
(ControlAltShift+T)
- this plugin searches for TODO comments in current opened solution,
and results shows in standard R# Find Result window
2. Copy documentation from base
- this plugin can copy xml documentation for methods/properties from
base declaration
example:
main class 'Base'
public abstract class Base
{
///
/// Gets the name.
///
/// Returns the name.]]>
protected abstract string GetName();
}
and have derived class 'Advanced'
public class Advanced: Base
{
protected override string GetName()
{
...
}
}
Leave cursor on line 'protected override string GetName' and then
execute command 'Copy documentation from base' from editor popup menu
or press ControlAltShiftD or AltEnter. Then xml documentation from
class 'Base' of method 'GetName' will be copied to class 'Advanced' to
method 'GetName'.
--
Peter Sulek
terrorix@centrum.sk
Attachment(s):
Felis.Resharper.Plugins-Setup.zip
Please sign in to leave a comment.
Hi,
I tried installing the plugin in vista and got an "operation not supported
error message" instead. Any ideas?
Thanks,
Krishna
"Peter Sulek" <terrorix@centrum.sk> wrote in message
news:ermqf7$3rn$1@is.intellij.net...
>
>
>
>
>
>
>
>
>
>
Krishna wrote:
Hi, i dont have vista, and thus dont know why its throw error.
I think this could be happen because i call after intall this:
"reg delete HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0 /f /v
ReSharper_OneTimeInitializationDoneForBuild"
But destination path if it is installed(copied) the files:
Felis.Resharper.Plugins.dll
readme.txt
or extract zip to Felis.Resharper.Plugins-Setup.exe and open this exe
with winrar 3.61 a extract manually to: C:\Program
Files\JetBrains\ReSharper\VS2005\Plugins\Felis Plugins\
--
Peter Sulek
terrorix@centrum.sk
Hi,
I manually extracted the files to the ReSharper plugins folder and that seem
to do the trick. I was able to find the ToDo texts and also import comments
from the base class :) Nice work !
Thanks,
Krishna
"Peter Sulek" <terrorix@centrum.sk> wrote in message
news:eruef6$nif$1@is.intellij.net...
>
>> Hi,
>>
>> I tried installing the plugin in vista and got an "operation not
>> supported error message" instead. Any ideas?
>>
>> Thanks,
>> Krishna
>>
>> "Peter Sulek" <terrorix@centrum.sk> wrote in message
>> news:ermqf7$3rn$1@is.intellij.net...
>> > Here are new plugins for R# called 'Felis ReSharper Plugins'
>> >
>> > Contains:
>> >
>> > 1. Todo find
>> > - main VS Menu->ReSharper->Felis Plugins->Todo find
>> > (ControlAltShift+T)
>> > - this plugin searches for TODO comments in current opened solution,
>> > and results shows in standard R# Find Result window
>> >
>> > 2. Copy documentation from base
>> > - this plugin can copy xml documentation for methods/properties from
>> > base declaration
>> >
>> > example:
>> >
>> > main class 'Base'
>> >
>> > public abstract class Base
>> > {
>> > /// >> > /// Gets the name. >> > /// >> > /// Returns the name. >> > protected abstract string GetName(); >> > } >> > >> > and have derived class 'Advanced' >> > >> > public class Advanced: Base >> > { >> > protected override string GetName() >> > { >> > ... >> > } >> > } >> > >> > Leave cursor on line 'protected override string GetName' and then >> > execute command 'Copy documentation from base' from editor popup >> >]]> menu or press ControlAltShiftD or AltEnter. Then xml
>> > documentation from class 'Base' of method 'GetName' will be copied
>> > to class 'Advanced' to method 'GetName'.
>> >
>> > -- Peter Sulek
>> > terrorix@centrum.sk
>> >
>
>
>
>
>
>
Krishna wrote:
Thanx for trying it
I you have some new ideas on this plugins, feel free to post here. I'm
still working on plugins to have new features...
--
Peter Sulek
terrorix@centrum.sk