jiller / agentsmithplugin

Automatically exported from code.google.com/p/agentsmithplugin
0 stars 0 forks source link

crefs to namespaces need to be fully qualified #109

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I will explain with an example:

If I have the word SqlClient in an xml docblock comment it will suggest I 
replace it with <see cref="SqlClient"/>. I do this and it claims it cannot 
resolve the symbol SqlClient. It should instead offer to replace with <see 
cref="System.Data.SqlClient"/>.

Original issue reported on code.google.com by zippy1...@gmail.com on 11 Mar 2009 at 3:51

GoogleCodeExporter commented 8 years ago
1.5 beta 3 should now correctly suggest the (shortest) namespace expansion.

Original comment by cds...@gmail.com on 9 Jan 2012 at 12:12