Does NRefactory's code completion support static imports? I'm using the latest version of NRefactory and I've not been able to get it to recognize static imports.
e.g:
using System.Console;
Console.WriteLine(); //autocomplete for this
WriteLine(); //no autocomplete for this