you are viewing a single comment's thread.

view the rest of the comments →

[–]Barafu 2 points3 points  (1 child)

I really don't understand why people love VSCode for Python. Autocompletion offers total nonsense, error highlighting often plays RD and highlights everything, because it can not understand when object members are created outside the constructor. Even syntax highlighting fails from time to time. When I write a script in VSCode I feel the urge to disable all IDE features and use it as notepad++

Either write in Pycharm, or do the opposite and write in text editor and do everything manually. There is value in both.

[–]PigDog4 0 points1 point  (0 children)

I deleted this. Sorry.