0 留言 (0 留言)0 反應 (0 反應)0 負責人 (0 負責人)C#20,414 star (20,414 star)4,257 fork (4,257 fork)batch import
Area-InteractiveBugInteractive-ScriptingIDEhelp wanted
- 議題類型
- bug
- 研究方向
- The issue is about preventing the suggestion of an alias that is not a valid identifier. Look at the completion provider in Roslyn that handles extern alias suggestions. Specifically, examine the class `ExternAliasCompletionProvider` or similar. The fix involves adding a check that the alias string is a valid C# identifier before suggesting it. Review existing tests for alias completion to understand the expected behavior. The change should be small and localized to the suggestion logic.