Intellij没有显示"External Libraries"(外部库).在项目标签中 [英] Intellij is not showing "External Libraries" in Project Tab

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

问题描述

一无所有.这是一个行家项目.为什么?

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条目.该设置在用户界面中不再可用,始终显示外部库".

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

这篇关于Intellij没有显示"External Libraries"(外部库).在项目标签中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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