Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Matt Ellis
Total activity
1008
Last activity
August 03, 2023 15:35
Member since
July 05, 2009 00:17
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
397
Activity overview
Articles (0)
Posts (4)
Comments (607)
Sort by recent activity
Recent activity
Votes
Created
June 17, 2014 21:42
Unfortunately not. The filename can contain any of $NAME$, $FULLNAME$, $PROJECT$ or $RELPATH$, but it's not customisable.The only alternative right now is to manually enter the date as the filename...
Community
ReSharper Community
Is it possible to set the filename of a file template dynamically?
0 votes
Created
June 11, 2014 18:43
This looks like a bug, rather than anything wrong with the pattern. I've raised an issue for you to track and vote for: http://youtrack.jetbrains.com/issue/RSRP-416198Actually - quick idea, not exp...
Community
ReSharper Community
Problem with searh and replace patterns
0 votes
Created
June 10, 2014 11:46
It appears that ReSharper doesn't support open generics. If you change your declaration to something like:<handleDef id="memoryCache" type="CacheManager.SystemRuntimeCaching.MemoryCacheHandler`1[Sy...
Community
ReSharper Community
Code Inspection flags open generics in config as INCORRECT_TYPE_PARAMETER_NUMBER
0 votes
Created
June 10, 2014 11:51
Simply because it's more efficient. Rather than create an enumerator for both the Where clause and the Single operator, the alternative only creates a single enumerator.
Community
ReSharper Community
Why the suggestion "Replace with single call too..."
0 votes
Created
May 29, 2014 11:15
Are the other extensions are all working? The only time the link won't be shown is when there are no records to show, but if it's loaded, there will be always be something. Are you using a custom V...
Community
ReSharper Community
Problems with R# extenstions
0 votes
Created
May 28, 2014 18:03
You should take a look at the CleanCode plugin. It will warn you if there are too many statements in your methods, or if your methods have too much nesting, or you have too many methods in a class,...
Community
ReSharper Community
Warning about the number of lines per method
0 votes
Created
July 23, 2014 10:05
I don't know of any off-the-shelf add on that can do this for you. You'll need to write your own Visual Studio extension, or ReSharper extension to do this. This might actually be easier to do in V...
Community
ReSharper Community
Override the font/color of code patterns
0 votes
Created
June 30, 2014 16:04
The SomeProp part is just entered as text. So the pattern is "$foo$.SomeProp". It will find all properties called "SomeProp" on an expression with type Thingy.PropClass. You don't need to put a pla...
Community
ReSharper Community
Structured search help (or is it a limitation?)
0 votes
Created
June 27, 2014 09:06
You can use the /caches-home parameter to point InspectCode.exe to a particular location.http://confluence.jetbrains.com/display/NETCOM/Introducing+InspectCode#IntroducingInspectCode-OptionalParame...
Community
ReSharper Community
CLI (InspectCode) to share temp directory with R# VS plugin
0 votes
Created
June 30, 2014 15:09
Ah, yes. I see what you mean now. Unfortunately, there isn't a way to get them to share a cache - the product name is in the cache folder, and that's different between ReSharper and InspectCode. Ho...
Community
ReSharper Community
CLI (InspectCode) to share temp directory with R# VS plugin
0 votes
«
First
‹
Previous
Next
›
Last
»