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

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -