Android code folding the Switch block

谁说我不能喝 提交于 2019-12-05 04:13:38

Select the code block and right click to choose fold code block (it "says" Ctrl-Shift-Period but Ctrl-Shift-Period doesnt really do it....)

Vitaly Zinchenko

To fold an arbitrary selected block

  1. Select contiguous fragment of code in the editor.
  2. On the main menu, choose Code|Folding|Fold Selection/Remove Region, or press Ctrl+Period

Source: https://www.jetbrains.com/help/idea/2017.1/code-folding.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!