Click here to Skip to main content
15,892,005 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Just found a useful VS extension... Pin
Simon_Whale16-Jul-15 5:21
Simon_Whale16-Jul-15 5:21 
GeneralRe: Just found a useful VS extension... Pin
PIEBALDconsult16-Jul-15 6:03
mvePIEBALDconsult16-Jul-15 6:03 
GeneralRe: Just found a useful VS extension... Pin
OriginalGriff16-Jul-15 6:11
mveOriginalGriff16-Jul-15 6:11 
GeneralRe: Just found a useful VS extension... Pin
Maximilien16-Jul-15 7:02
Maximilien16-Jul-15 7:02 
GeneralRe: Just found a useful VS extension... Pin
Member 315640718-Jul-15 5:37
Member 315640718-Jul-15 5:37 
GeneralRe: Just found a useful VS extension... Pin
tbim17-Jul-15 1:49
tbim17-Jul-15 1:49 
GeneralRe: Just found a useful VS extension... Pin
Alexander DiMauro17-Jul-15 4:10
Alexander DiMauro17-Jul-15 4:10 
GeneralRe: Just found a useful VS extension... Pin
BillWoodruff18-Jul-15 3:42
professionalBillWoodruff18-Jul-15 3:42 
ReSharper's default sort behavior is alpha, and it jumbles up code elements. Example:
C#
private Label cellLabel;
private Panel CheapGrid_Panel;
private List<Cell> ColumnCells;
private IContainer components;
public Cell CurrentCell;
private int currentRow, currentCol, lastRow, lastCol;
private bool FloatingEditEnabled;
private int left, top;
It also will move value fields (int, bool, etc.) so they precede a Form Load method, and put Properties after the Form Load method.

In fact, I submitted a suggestion to JetBrains about ten days ago that the default sort should group various types of .NET objects separately, and use at least a blank line to separate the groups.

ReSharper does expose a complex api that you could use to customize the sort order:
[^], however, I do not have time/motivation to become a ReSharper hacker.

ReSharper is an amazingly "deep" tool, and I could not imagine programming without it Smile | :)

cheers, Bill
«I want to stay as close to the edge as I can without going over. Out on the edge you see all kinds of things you can't see from the center» Kurt Vonnegut.

GeneralRe: Just found a useful VS extension... Pin
Brady Kelly17-Jul-15 21:04
Brady Kelly17-Jul-15 21:04 
GeneralRe: Just found a useful VS extension... Pin
Member 315640718-Jul-15 5:35
Member 315640718-Jul-15 5:35 
GeneralThought of the day Pin
OriginalGriff16-Jul-15 5:00
mveOriginalGriff16-Jul-15 5:00 
GeneralRe: Thought of the day Pin
Sander Rossel16-Jul-15 5:07
professionalSander Rossel16-Jul-15 5:07 
GeneralRe: Thought of the day Pin
Wastedtalent16-Jul-15 5:23
professionalWastedtalent16-Jul-15 5:23 
GeneralRe: Thought of the day Pin
OriginalGriff16-Jul-15 5:25
mveOriginalGriff16-Jul-15 5:25 
GeneralRe: Thought of the day Pin
clientSurfer16-Jul-15 5:52
professionalclientSurfer16-Jul-15 5:52 
GeneralRe: Thought of the day Pin
Cornelius Henning16-Jul-15 5:21
professionalCornelius Henning16-Jul-15 5:21 
GeneralRe: Thought of the day Pin
jeron116-Jul-15 5:25
jeron116-Jul-15 5:25 
GeneralRe: Thought of the day Pin
Colin Mullikin16-Jul-15 7:39
professionalColin Mullikin16-Jul-15 7:39 
GeneralRe: Thought of the day Pin
jeron116-Jul-15 7:57
jeron116-Jul-15 7:57 
GeneralRe: Thought of the day Pin
dexterama16-Jul-15 5:28
professionaldexterama16-Jul-15 5:28 
GeneralRe: Thought of the day Pin
Marc Clifton16-Jul-15 5:48
mvaMarc Clifton16-Jul-15 5:48 
GeneralRe: Thought of the day Pin
clientSurfer16-Jul-15 5:53
professionalclientSurfer16-Jul-15 5:53 
GeneralRe: Thought of the day Pin
clientSurfer16-Jul-15 5:50
professionalclientSurfer16-Jul-15 5:50 
GeneralRe: Thought of the day Pin
Richard Deeming16-Jul-15 5:57
mveRichard Deeming16-Jul-15 5:57 
GeneralRe: Thought of the day Pin
OriginalGriff16-Jul-15 6:06
mveOriginalGriff16-Jul-15 6:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.