dotnet/roslyn
在 GitHub 查看Change signature should suggest importing namespace for a type that's not recognized
Open
#63,187 创建于 2022年8月3日
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.
