dotnet/roslyn

InteliSence character c# not match japanese

開放

#35,188 建立於 2019年4月22日

 (7 則留言) (0 個反應) (0 位負責人)C# (4,257 個分叉)batch import
Area-IDEBugDeveloper CommunityIDE-IntelliSenseTenet-Globalizationhelp wanted

倉庫指標

星標
 (20,414 顆星)
PR 合併指標
 (平均合併 6天 17小時) (30 天內合併 256 個 PR)

描述

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)

貢獻者指南