Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Lorenzo Statie
Total activity
20
Last activity
January 16, 2016 00:58
Member since
May 15, 2008 23:30
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
8
Activity overview
Posts (7)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
May 15, 2008 23:30
To keep my code easy to read, I like to allign "=" in my code. I was able to make VS 2008 stop re-arranging spaces arround "=". Resharper now re-arranges my code around "=" again, making me have to...
Community
ReSharper EAP
ReSharper 4 -- Status Update
0 votes
Created
July 31, 2008 23:30
Thank you guys. I will have to add the watch to the announcement page, since at work, I cannot connect to newsgroups.
Community
ReSharper EAP
Email announcement subscriptions available?
0 votes
Created
July 31, 2008 23:39
Thank you for the reply. I will have to remember to use a trick I discovered. Entering a ; right after typing = causes resharper to not format the line at that point. That helps me keep my formatting.
Community
ReSharper EAP
Allow stripping of white space by the formatter to be an option.
0 votes
Created
May 15, 2008 23:36
To keep my code easy to read, I like to align "=" in my code. I was able to make VS 2008 stop re-arranging spaces around "=". Resharper now re-arranges my code around "=" again, making me have to g...
Community
ReSharper EAP
ReSharper 4 -- Status Update
0 votes
Created
May 29, 2008 16:48
This is the complete method: public static T GetDataRowColumnValue( this DataRow Row, string ColumnName, T defaultValue ) { try { return Row[ ColumnName ].ConvertTo]]>( defaultValue );...
Community
ReSharper EAP
R# complains about redundant parameters that are not really redundant
0 votes