I am using vscode with Pylance and Pylint, and it does not show an alert for undefined class methods as Pycharm does.
Example:
Pycharm
Visual Studio Code
What I tried:
- Used a different linter (Flake 8)
- Made sure there are no settings that might disable that specific linter error
- Selected the linter (
cmd+shift+p
> select linter)
Is there's any way to enable this?