VisualD cannot list member for (utf-8 char)

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Sat Dec 20 03:13:00 PST 2014



On 04.12.2014 23:10, Rainer Schuetze wrote:
>
>
> On 03.12.2014 03:25, sdvcn wrote:
>> enum eNU{
>>      中国=99,
>>      china=666,
>>
>> }
>>
>> void 执行()
>> {
>>      eNU cc = eNU.中国;//VisualD error,not list member
>>      writeln("Hello D-World!");
>> }
>>
>> int main(string[] argv)
>> {
>> 执行();
>> }
>>
>> Compile is good;
>
> I can confirm completion doesn't work here. Thanks for reporting to
> bugzilla.

This should be fixed in 
https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.40-beta4


More information about the Digitalmars-d-ide mailing list