简体   繁体   中英

What does the yellow highlight on filename mean in the projects tab in Intellij?

I've googled it and cant figure it out and its lowkey annoying and how can I remove it. 在此处输入图像描述

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM