VS Code does not display hints for magic methods in Python. For example, I have no hints about comparison methods (__eq__
, __cmp__
, etc.). See the picture:
Is there a way to turn them on?
I have looked at all possible parameters of the IntelliSense platform and VS code editor, but I didn’t find anything.
2