VSCode is really universal IDE for multiple languages. But for python I still prefer using PyCharm. It provides useful features for code like (I don't know how it is exactly called):
- arguments starts in the column-like style when you are adding new argument on new line
- the same behaviour for dict or list
This is very useful and makes code looking more organised by default. Is it possible to configure VSCode like PyCharm?