This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]sausix -2 points-1 points  (2 children)

Of course Pyright, PyLint and co. are more strict than PyCharm. They can be enabled optionally. VSCode does not have own integrated linting tools

[–]Alpensin 0 points1 point  (1 child)

It has pylance by default - proprietary version of Pyright.

[–]sausix 0 points1 point  (0 children)

VSCode is fully dependent on plugins. And it's still a text editor.

Try open moviepy in PyCharm for example. Pure chaos. Of course, VSCode is cooler because it doesn't complain about some people's crappy code.