dotnet/roslyn

Change signature should suggest importing namespace for a type that's not recognized

Open

#63,187 创建于 2022年8月3日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C# (4,257 fork)batch import
Area-IDEConcept-Continuous Improvementhelp wanted

仓库指标

Star
 (20,414 star)
PR 合并指标
 (平均合并 6天 17小时) (30 天内合并 256 个 PR)

描述

Version Used: Version 17.4.0 Preview 2.0 [32731.56.main]

Steps to Reproduce:

Invoke Change Signature and add a parameter with a type whose namespace is not imported in the current file. Instead of "Type not recognized" warning we could display a list of namespaces that contain a type of the specified name and allow the user to choose one of them.

image

贡献者指南