Is there any plugin or shortcut to hide all except code section in sublime text 2?
I need to fold all except section at a time , Not fold one section at a time.
I know this is an old question, but it still comes up high in search results and none of the answers quite do what the OP wanted.
ctrl + shift + [ or Command + Option + ] to collapse the selection(s)This will leave you with just the code you originally had selected visible.