c# - How to automatically find out which assemblies should I reference and which namespaces should I be using? -


if know name of class need use know can see namespace , assembly name in msdn, that's cumbersome.

can (in visual studio) somehow automatically add references assemblies , necessary using statements able use classes , extension methods i'm trying use in .cs source file?

for namespaces want add using statements, right click on class have typed out , click resolve, , pick namespace list (if there more 1 matches class).


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -