Home
ReSharper Support | JetBrains
Submit a request
Community
Sign in
Brian Strelioff
Follow
New posts
New posts and comments
Total activity
153
Last activity
September 20, 2018 18:28
Member since
January 10, 2008 02:52
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
60
Activity overview
Posts (19)
Comments (74)
Sort by recent activity
Recent activity
Votes
Created
October 02, 2017 15:29
I don't see it as an INSPECTION for C#, nor available within CODE CLEANUP. But under CONTEXT ACTIONS I do see "Split declaration list" which appears to be what I am looking for. This does work. How...
Community
ReSharper Community
How to separate multiple declarations in C#? ("var a, b, c;")
0 votes
Created
September 04, 2015 19:10
It would be a nice enhancement to the formatter style options to include a flag that enables insertion of missing parentheses in this example.Similarly, it would be nice to detect/fix cases where e...
Community
ReSharper Community
Force parentheses in if
0 votes
Created
June 02, 2015 14:05
Totally agree with the step back for Intellisense, however I have not (yet) abandoned 9.0 (and 9.1.1).It also seems like it takes a couple of tries for local vriables to appear in the intellisense ...
Community
ReSharper Community
Resharper 9.0.0 intellisense
0 votes
Created
September 04, 2014 02:46
yep ... i also grabbed the 'day after' release and it looks much better. those were some pretty serious, yet also fairly localized, errors. i would expect there to be in place some sort of double-c...
Community
ReSharper Community
Problems with VS2013 ReSharper Extensions 9/2 (8.2.2001)
0 votes
Created
June 22, 2014 19:01
single entry/exit is by far the better design approach. this is one of the resharper checks that you should configure as ignore. and i wish there was a resharper to flag multiple exits as error/war...
Community
ReSharper Community
Good coding style ?
0 votes
Created
August 28, 2008 06:35
I prefer use of var whever possible, so I am fine with #4.As to your hypothetical use of a structure with 100 fields, unless you want the structure to retain information about previous iterations, ...
Community
ReSharper Community
Using R# for 2 days - some things are annoying
0 votes
Created
August 28, 2008 06:24
As a follow-up, here is the dissambly of Foo, from which you can see that the allocation takes place outside the loop, and that as written the only code (outside for loop execution) in the loop is ...
Community
ReSharper Community
Using R# for 2 days - some things are annoying
0 votes
Created
August 28, 2008 06:08
Since DateTime is a value type, it is extremely unlikely that moving it into a loop will have any impact on performance. If you can provide an example where there is a measurable change in performa...
Community
ReSharper Community
Using R# for 2 days - some things are annoying
0 votes
Created
August 20, 2008 18:18
Thanks for the clarification. I am not sure you need to go to the extent of writing an application to monitor the settings, but it should not be difficult to do. A first step might be simply to che...
Community
ReSharper Community
It's happened again.
0 votes
Created
August 20, 2008 13:33
It is strange, but from what you described it sounded like RS went back to its default settings, rather than only one setting changing, or a setting changing from the default to a non-default value...
Community
ReSharper Community
It's happened again.
0 votes
1
2
3
4
5
6
›
»