Clarity Posted February 9, 2023 Posted February 9, 2023 Hello everyone! In VS Code (or maybe in other IDE) by default Alt+Click on folder recursively closes tree of sub-folders if you open too many sub-folders and want to close them simultaneously. I've checked ProcessPageList.js, function clickChild(e) but haven't found a code which allows to do it for some shortcut. Can you please tell me if it is possible anyways?
wbmnfktr Posted February 9, 2023 Posted February 9, 2023 For me a click on Home (root) does the trick. 1
Clarity Posted February 10, 2023 Author Posted February 10, 2023 @wbmnfktr, thank you, it indeed works. 1
Clarity Posted February 10, 2023 Author Posted February 10, 2023 Also, the behavior in both Chrome and Firefox: - First click reduces tree only to immediate children of home. - Second click reduces tree only to home page. But third click differs: it expands tree to immediate children in Chrome and to full previously open tree in Firefox.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now