I'm using Visual Studio 2015 and I want to press (Ctrl + K, Ctrl + D
) and, then have my code formated and using directives sorted and remove unsued ones.
In summary, Pressing (Ctrl + K, Ctrl + D
) executes these two commands:
Edit.RemoveAndSort
Edit.FormatDocument
Thanks in advance!