tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.12k stars 60 forks source link

Feature Request: Suggest namespace imports #154

Closed malisancube closed 5 months ago

malisancube commented 6 months ago

When you add a nuget package, it would be nice to have the app suggest namespaces to import on the types your have referenced.

tareqimbasher commented 6 months ago

It does, in a way. After adding a nuget package, go the References tab, click the package you added, and it will give you a list of namespaces included in the package and you can easily select the ones you want. Was that what you meant by "suggest" or did you have something else in mind?

tareqimbasher commented 5 months ago

Closing, please feel free to reopen if you have any questions.