Is there a way, or free extension, or built in functionality of vs15 that can suggest code completion for types that are just referenced but not included with using? Great example is the way how does the R# works. It suggest type, and later popup question if you want to add using.
I know that when i type full type name and press ctrl + . it suggest me to import for example Castle.Windsor, but i want it to suggest me type name when i start typing.