Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在android studio中右键单击我的代码,然后折叠->折叠或展开全部不起作用。也Ctrl + 或 Ctrl -不起作用。如何在android studio中启用代码折叠?
Try this short cut for Mac cmd+shift+'-' to collapse all, and cmd+shift+'+' to expand all. I take it for windows it should be something like Ctrl+shift+'-' and Ctrl+shift+'+'
cmd+shift+'-'
cmd+shift+'+'
Ctrl+shift+'-'
Ctrl+shift+'+'