NRefactory-Completion-Sample
NRefactory-Completion-Sample copied to clipboard
Improper Type name
When initializing a variable with Type using fully qualified type name (and the using statement is not mentioned), code completion suggests improper type. For example, opening the sample and typing the following line - System.Net.WebClient wc = new on say 11th line will trigger completion window that has the item 'WebClient' as Completion text which should be completed as 'System.Net.WebClient' instead.