You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Visual Studio (IDE) has the Save All keyboard shortcut of (Ctrl+Shift+S), the same shortcut is available in code but it actions the Save As... function.
Can you apply the same to VS Code? I use both daily, like many other developers.
It would be nice to keep the same functionality between both Microsoft products.
The text was updated successfully, but these errors were encountered:
The main problem is that there is no keybinding by default, yet we propagate a UX where refactorings and global replace open all affected files, apply the changes and leave the editors dirty. In that situation I often want to use Save All and I think we should provide a keybinding by default. What about using the same as Atom/Sublime use: Alt+Cmd+S?
Visual Studio (IDE) has the Save All keyboard shortcut of (Ctrl+Shift+S), the same shortcut is available in code but it actions the Save As... function.
Can you apply the same to VS Code? I use both daily, like many other developers.
It would be nice to keep the same functionality between both Microsoft products.
The text was updated successfully, but these errors were encountered: