Split file containing multiple classes into mutiple files...
Often when I start writing a new API, I like to start building all my
classes in the same file so I can easily see them all without having to keep
flicking between tabs.
Back in my Java days, JCreator used to have a cool feature where it would
take a single class file and split it out into seperate files, one for each
contained class.
Does Resharper have a feature like this? If no, can I request it?
Cheers
Nathan
Please sign in to leave a comment.
Hello Nathan,
ReSharper has a refactoring called 'Move Type' which can be invoked from
menu 'Refactor|Move...'.
What you're looking for can be achieved by applying this refactoring to each
class from the file in question.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hello,
We appreciate your feedback.
The corresponding JIRA request has been created, and you are welcome to monitor
its status at http://www.jetbrains.net/jira/browse/RSRP-28896.
Best regards,
- Development Team.