Auto save files on "move to another file"?
I'm loving the 5.0 EAP, It integrates with our Silverlight 4 app very nicely. I've been using ReSharper since 2.0 and I'm annoyed with a new default setting. Normally I'll code out 5 or 6 stub classes then I can F6, Enter, Ctrl+F4 and that will move the files to a new file. Now they are unsaved and it's requiring extra keystrokes to get the same result. How can I switch this back to the old functionality?
Thanks!
-Jason
Please sign in to leave a comment.
Hello,
There's an Alt+Enter context action on a class name to move the class to
another file.
Furthermore, there's a refactoring available on Solution Explorer nodes (including
the whole solution) to toss all of the classes into their corresponding files
in a single move.
What exactly is unsaved?
—
Serge Baltic
JetBrains, Inc — http://www.jetbrains.com
“Develop with pleasure!”
"What exactly is unsaved?"
The new file that is created is unsaved. In previous versions of ReSharper, the move would auto save the file. It's not a blocking issue for me, it just creates new keystrokes that slow me down.
so my old keystroke sequence was 1) F6 - to move 2) Enter - to confirm the name 3) ctrl+F4 - to close the new files.
Now, it's 1) F6 - to move 2) Enter - to confirm the name 3) Ctrl + s to Save 4) ctrl+F4 - to close the new files.
33% slower for the same action.
How can I specify to automatically save the new file when moving?
thanks,
-Jason