dotnet/roslyn

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

Open

#63,187 opened on 2022年8月3日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)C# (4,257 forks)batch import
Area-IDEConcept-Continuous Improvementhelp wanted

Repository metrics

Stars
 (20,414 stars)
PR merge metrics
 (平均マージ 6d 17h) (30d で 256 merged PRs)

説明

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

コントリビューターガイド