Intellij 未显示“外部库"在项目选项卡中 [英] Intellij is not showing "External Libraries" in Project Tab

查看:23
本文介绍了Intellij 未显示“外部库"在项目选项卡中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

左边什么都没有.这是一个maven项目.为什么?

There is nothing on left. It is a maven project. Why?

推荐答案

我遇到了同样的问题,并将其缩小到以下可能在升级过程中搞砸的配置.

I've had the same problem and narrowed it down to the following configuration that might have been messed up during the upgrade.

文件(在 Mac 上):~/Library/Preferences/IntelliJIdea2018.1/options/projectView.xml

File (on Mac): ~/Library/Preferences/IntelliJIdea2018.1/options/projectView.xml

<application>
  <component name="ProjectViewSharedSettings">
    <option name="showLibraryContents" value="false" />
    <option name="showMembers" value="true" />
  </component>
</application>

更改/删除 showLibraryContents 条目.此设置在 UI 中不再可用,始终显示外部库".

Change/remove the showLibraryContents entry. This setting is no longer available in the UI, "External Libraries" are always shown.

这篇关于Intellij 未显示“外部库"在项目选项卡中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆