I would like to use PyLint as an automatic code inspection in PyCharm, as in VSCode. (Marking with errors with red underscores and the like)
I found a way to run pylint in PyCharm as an external tool, but that was not exactly what I was looking for. (I want it to continuously run while I develop)
Is that supported in PyCharm?