Don’t know what I’m talking about? Read this.
I’m tired of having to recreate this over and over again so I had to make a note somewhere.
*\bin* *\obj* *.suo *.user *.bak **.ReSharper** **\_ReSharper.** StyleCop.Cache
Posted in dotnet, tagged R#, tortoisesvn on February 18, 2009 | 4 Comments »
Don’t know what I’m talking about? Read this.
I’m tired of having to recreate this over and over again so I had to make a note somewhere.
*\bin* *\obj* *.suo *.user *.bak **.ReSharper** **\_ReSharper.** StyleCop.Cache
Posted in Just Drops, dotnet, tagged hotkeys, R#, TDD, tipps on December 8, 2008 | 3 Comments »
As I do test-driven development, I find it annoying to switch over to the Mouse every time I want to run my tests.
So I just hooked up a hotkey for running unit tests.
CTRL+ALT+T usually shows the Test Session pane – I’ve never used it, so I assigned it to:
ReSharper.UnitTest_ContextRun
Context_Run runs the test method your cursor [...]
Posted in Just Drops, tagged Code Documentation, JetBrains, R#, Resharper on June 9, 2008 | Leave a Comment »
I would like R# to detect references to members, classes, parameters, generic parameters in the code documentation and either offer completion or quickfixes just to generate the necessary markup.
Just by typing "The parameter bar of type IBar….. " inside a code documentation tag R# could quickly fix it to be "The parameter <paramref name="bar"/> [...]