Intellij, project navigation. Expand all folder and file tree

前端 未结 7 1145
暖寄归人
暖寄归人 2020-12-13 01:49

Is it possible to expand the entire project tree in Intellij? I would like to do this so I can more easily search the structure and jump back and forth between files and fol

7条回答
  •  死守一世寂寞
    2020-12-13 02:24

    You can use right-arrow button to expand the selected node,and keep pressing to expand all node.

    Or

    Search "Fully Expand Tree Node" in settings->Keymap,find the keyshort,use it,it will expand nodes level by level.The other two command within Others is not useful.

    And you can also set mouse shortcut like "ALT+[Wheel Down]",this can help you expand all without one hand leaving the mouse. More efficient,you can Set "Collapse Node" keyshort to "ALT+[Wheel Up]".

提交回复
热议问题