Visual D issues and suggestions

John Chapman johnch_atms at hotmail.com
Tue Oct 23 10:39:13 UTC 2018


On Monday, 22 October 2018 at 17:50:04 UTC, Rainer Schuetze wrote:
>> * Indenting for enum members is sometimes too much.
>
> Can you provide an example?

To reproduced this, try declaring an unnamed enum with a 
protection attribute.

private enum {
   first,
     | <- cursor is not flush with first member
}



More information about the Digitalmars-d-ide mailing list