How to make ReSharper 4.5 inserting new using statements above the namespace
Another issue I noticed since I installed version 4.5 is that new using staements are inserted below instead of above the namespace. Is there a way to change this behavior?
Please sign in to leave a comment.
Options -> C# -> Formating Style -> Namespace Imports -> Insert using
directives when necessary -> uncheck Add using directive to the deepest
scope.
HTH
David
"Stefan Barthel" <no_reply@jetbrains.com> wrote in message
news:14562266.14631242732756235.JavaMail.clearspace@app8.labs.intellij.net...
>
Thanks a lot, now as I see it, it looks like I could have easily found it myself. Sorry for bothering...