ANONYMOUS

- Total activity 5240
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1433
-
Created How do I go back to the last cursor location?
Hi - I am using R# 2.5.When I read code I always navigate around using the R# shortcut Ctrl+B. However I often need to go back to where I was, when I pressed Ctrl+B.Does anyone know if this is poss... -
Created How to rerun all failed unit tests?
Is there a way to do this? If not, it's a pretty big missing feature.- Casey -
Created default 'internal' instead of public
Hi,Is it possible to have R# generate classes with the 'public' modifier by default instead of 'internal'?Thanks!Wiebe Tijsma -
Created Re: Rendering #region directives as separators...
Hi Jerry,Unfortunately, ReSharper cannot do that out-of-box, but possibly this can be done via ReSharper plugin. I'm moving this thread to the SDK/API forum.Thanks.---Original message URL: http://d... -
Created Resharper 8. Macros extension. How to get type of parameter
Hello.I have been trying to write custom macro that should render some content according to properties of type.I have use next code:*var method = TextControlToPsi.GetContainingTypeOrTypeMember(cont... -
Created Resharper Command Line Utilities: DupFinder.exe
So I've started playing with the command line utility DupeFinder.exe, and have noticed a couple of things. I may just be making mistakes here, or there may be problems in functionality... so I'm p... -
Created Share settings for team - multiple solutions
Hi,I know I can put R# options into a solution settings file and share that with my team via TFS.However, I have multiple solutions and I want the same settings for all of them (all solution for al... -
Created Method with 'params' is invoked. Have you intended to call more specific method..
Hello,I'm creating a locally scoped CancellationTokenSource which is linked to anexisting CancellationToken so I can either just cancel the local progress(without affecting the global progress) or ... -
Created [WPF, .NET 4, VS2012, R#7] Custom markup extension and IntelliSense
We use a number of custom MarkupExtentension which act as shortcuts and most of them merely set predefined converters, like in this example:Visibility=""The problem with this is the fact that the I... -
Created Feature request: Re-run last context
After trying TestDriven.Net for a couple of days, I was looking for equivalent TDD features in Resharper 7. Unfortunately there's a single feature missing, which is a must have when doing TDD style...