DEV Community

Discussion on: 👨‍💻Best VsCode extensions for Python Developers🐍

Collapse
 
lesha profile image
lesha 🟨⬛️ • Edited

Fix Python indentation each time you press Enter

Do you really need that? VSC will try to use autopep8 anyway, you just need to enable "format on save", and that's all.

git lens

I don't really use gitlens (apart from Blame), because 95% terminal is more convenient, but I frequently use mhutchie.git-graph extension which is less chaotic than git log --graph