dotnet/roslyn

InteliSence character c# not match japanese

Ouverte

#35 188 ouverte le 22 avr. 2019

 (7 commentaires) (0 réaction) (0 personne assignée)C# (4 257 forks)batch import
Area-IDEBugDeveloper CommunityIDE-IntelliSenseTenet-Globalizationhelp wanted

Métriques du dépôt

Stars
 (20 414 étoiles)
Métriques de merge PR
 (Merge moyen 6j 17h) (256 PRs mergées en 30 j)

Description

This issue has been moved from https://developercommunity.visualstudio.com/content/problem/519645/intelisence-character-c-not-match-japanese.html VSTS ticketId: 841021 These are the original issue comments:

Visual Studio Feedback System on 4/8/2019, 01:56 AM (14 days ago): We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.

k_matsumoto on 4/10/2019, 00:07 AM (12 days ago): Sample Code.//It works normally. int EnblishVariable = 0; //Typing "vari" causes Intellisense to display "EnblishVariable".

//It does not work. int 日本語の変数名 = 0; //Typing "変数名" does not show "日本語の変数名" in Intellisense. //Typing "日本語" causes Intellisense to display "日本語の変数名".

Jane Wu [MSFT] on 4/10/2019, 01:12 AM (12 days ago): Translated from Bing:Sample Code.// It works normally. int EnblishVariable = 0; // Typing "vari" causes Intellisense to display "EnblishVariable". // It does not work. int Japanese variable name = 0; // Typing "variable name" does not show "Japanese variable name" in Intellisense. // Typing "Japanese" causes Intellisense to display "Japanese variable name".

These are the original issue solutions: (no solutions)

Guide contributeur