Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Josh Buedel
Total activity
87
Last activity
July 24, 2023 15:41
Member since
August 07, 2006 15:38
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
32
Activity overview
Posts (16)
Comments (39)
Sort by recent activity
Recent activity
Votes
Created
May 20, 2011 19:09
The try/catch handles the exception, but does not prevent it. To prevent it, check the return value of vehicle.SelectSingleNode("f[@n='DLRStockID']") for null. var n = vehicle.SelectSingleNode(...
Community
ReSharper Community
Why NullReferenceException warning inside try...catch?
0 votes
Created
June 14, 2011 19:55
Ctrl+Alt+Shift will temporarily select a code "entity", like a statement, parameter, etc, and then allow you to move it around via the arrow keys. It is dependent on the context of where the curso...
Community
ReSharper Community
How do I move a line up or down by keyboard (alt-up and alt-down don't work with R#)
0 votes
Created
June 13, 2011 13:57
You'll want to use the structural search and replace feature. They can sort of be thought of as "regular expressions for code". There is even a video of your specific case available here.
Community
ReSharper Community
Using Resharper to convert to NUnit Fluent Interface?
0 votes
Created
May 11, 2011 12:41
Hi Henning,I do intend to support R# 6 as soon as I can once it is released. Frankly, I haven't looked into any of the R# 6 EAP builds yet. But I'll add it to my list and try to be ready for R# 6...
Community
ReSharper Community
Announcing Agent Ralph
0 votes
Created
July 05, 2011 15:42
Hi Jakob,I can offer a suggestion that might get you close. Create a structured pattern quick fix forif(a==null) { throw new ArgumentNullException("a");} toArgs.NotNull(a, "a"); Then the combinati...
Community
ReSharper Community
Change template for Check Parameter for Null
0 votes
Created
July 22, 2011 15:49
This structured pattern works for me. Inside lambda expressions as well.<CustomPatterns> <Pattern Severity="HINT" FormatAfterReplace="True" ShortenReferences="True" Language="CSHARP"> <Comment...
Community
ReSharper Community
Custom code inspection pattern searching strings
0 votes
Created
April 09, 2011 15:48
David,My plugin might be able to help you. It will identify identical methods and offer a quick fix to replace one with a call to the other. It will also do some basic parameterization on string ...
Community
ReSharper Community
any feature to spot duplicate code that could be methodised/parameterized
0 votes
Created
June 28, 2013 20:05
None that I recall. Though I haven't checked the bug/issue tracking site.
Community
ReSharper Community
Can the 'read more' link of QuickDoc be customized?
0 votes
Created
July 02, 2013 15:09
Thanks for the info Matt.
Community
ReSharper Community
Can the 'read more' link of QuickDoc be customized?
0 votes
«
First
‹
Previous