I've used other editors (Spyder) where linting is real time, and it's incredibly useful to catch coding errors in real time. I'm not necessarily looking for real time, but even after I save, I have to wait 30 seconds or so.
I've seen this issue floating around, eg Visual Studio Code - Can you have real-time linting for python? and I've tried changing
"python.jediEnabled": false
in my settings, with no effect.
I've also looked at where the issue is arising, and I don't think it's pylint, eg https://github.com/Microsoft/vscode-python/issues/444
I wonder if the issue is originating in the Python extension, or VSC, or both.
Is there a simple fix? If so can someone show me? Or is this really an issue that to my eyes seems like it's been swept under the rug.
Seems like an incredibly useful feature and frankly I'm mystified why such an amazing IDE like VSC is missing what I would humbly consider to be such an epic feature.