Thread overview
VisualD cannot list member for (utf-8 char)
Dec 03, 2014
sdvcn
Dec 04, 2014
Rainer Schuetze
Dec 20, 2014
Rainer Schuetze
December 03, 2014
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;
December 04, 2014

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.
December 20, 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