I'm just amazed, but is there really no function for highlighting directories and files with problematic code?
The thing is, in one of my projects, I used JS in PyCharm, and there is a linter called ESLint, which instantly highlights the directory with the file containing the error in red when an error appears in the code.
I tried Ruff and Pyright with the default settings, but nothing is highlighted. There is no setting with this function in PyCharm itself either. Maybe I'm doing something wrong? Why, if it works in JS, can't it work with Python?
The most recent thread with an answer to a similar question dates back to May 29, 2024: https://intellij-support.jetbrains.com/hc/en-us/community/posts/19216999840274-How-to-show-custom-inspection-errors-in-project-tree
Maybe something has changed since then? Or are there other ways to enable this?
