Create new class in new file (New to Resharper)
I'm new to Resharper, so please forgive me if this is a dumb question.
When using Alt-Enter to create a new class, is it possible to have the class created in a new file, similar to the way IntelliJ works?
Thanks very much
Paul Brower
Please sign in to leave a comment.
Hello Paul,
No in ReSharper you cannot create class in a new file via quickfix. However,
you can move the created class to another file once it is created via Move
refactoring.
Best regards,
Andrey Simanovsky