Intellij 项目选项卡中文件名上的黄色突出显示是什么意思?

发布于 2025-01-14 13:16:23 字数 188 浏览 2 评论 0原文

我用谷歌搜索过它,但无法弄清楚它的低调令人讨厌,我该如何删除它。 在此处输入图像描述

I've googled it and cant figure it out and its lowkey annoying and how can I remove it.enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦里的微风 2025-01-21 13:16:23

它是 python 的供应商目录,用于安装 python 可执行文件和 python 库。

假设您的 venv 中没有 panda 库。
IntelliJ ide 的智能上下文操作将建议您安装包 panda 库。该库将安装在您的 venv 目录中。

import panda


在项目视图中,您可以取消选中显示排除的文件。这将隐藏所有排除的文件。 venv 就是其中之一。

项目视图>设置图标>树的外观>显示排除的文件。

但如果您只想更改发光的突出显示颜色。前往
IntelliJ >首选项或设置 >文件颜色>非项目文件
您可以通过取消选中在项目视图中使用来调整颜色或禁用项目视图中的所有颜色

希望,它会有所帮助。

It is python's vendor directory used to install python executables and python libraries.

Let's assume that you do not have panda library in your venv.
IntelliJ ide's smart context action will propose you to install package panda library. That library will be installed in your venv directory.

import panda


In the Project View, you can uncheck show excluded files. This will hide all excluded files. venv is one of them.

Project View's > Settings Icon > Tree Apperance > Show Excluded Files.

But if you want only change that glowing highlighted color. Go to
IntelliJ > Preferences or Settings > File Colors > Non-Project Files
You can tweak the color or disable all colors in project view by unchecking Use in project view

Hope, it helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文