I remember when I was developing in C++ or Java, the compiler usually complains for unused methods, functions or imports. In my Django project, I have a bunch of Python fil
You can use the following user setting:
"python.linting.pylintEnabled": true, "python.linting.pylintArgs": [ "--enable=W0614" ]
But I think, you'll need to go through all files yourself and hit "save".