+3

Add a "Close All" command to tab menu

chaiguy 12 jaar geleden bijgewerkt door Michael Irigoyen 12 jaar geleden 3
I'd like to be able to just clear the window without having to "close others" and then close the leftover tab.
Yes, please. The lack of this feature was quite surprising considering every other IDE I've used has it.
It's already there. File->Close all files. And personally I have this in my key bindings:

    { "keys": ["super+shift+w"], "command": "close_all" },
Cool, thanks for that information. Since the funtionality is already in the product, it would be nice to see this option in the context menu when clicking on a tab as well.