microsoft / VS-PPT

Productivity Power Tools - a set of Visual Studio extensions improving developer productivity.
http://aka.ms/extendvs
Other
885 stars 146 forks source link

Don't remove usings on save while debugging #226

Open cremor opened 5 years ago

cremor commented 5 years ago

I really like the "Remove and sort usings on save" option, but during debugging it is annoying. Removing a using statement during debugging prevents the "edit and continue" feature from working (message ENC0033 C# Deleting 'using directive' will prevent the debug session from continuing.). Therefore it would be great if this extension would suppress that during debugging.