intellij idea设置打开多个文件显示在多行tab上

转载地址:https://jingyan.baidu.com/article/27fa7326ab35cd46f9271f74.html

  1. 1

    在intellij idea上打开多个文件编辑时如果文件全部显示在同一个tab中,并且隐藏了部分的文件操作就不是很方便,我们可以设置显示出所有的文件

  2. 2

    文件(file)-》settings

  3. 3

    Editor->General->Editor tabs

  4. 4

    反向勾选掉show tabs in single row

  5. 5

    点击OK,所有的编辑文件都显示出来了,没有折叠任何的java文件了。

  6. 6

    如果还需要隐藏放上鼠标在tab上显示的黄色的条形框,也可以通过setting解决

  7. 7

    文件-》setting-》editor-》editor tabs

  8. 8

    不要勾选show tabs tooltips,然后点击apply,ok按钮

  9. 9

    碍眼的tooltips提示框就没有了。

原文地址:https://www.cnblogs.com/lidar/p/12928592.html