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)

贡献者指南