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.
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 (messageENC0033 C# Deleting 'using directive' will prevent the debug session from continuing.
). Therefore it would be great if this extension would suppress that during debugging.