Is there a code editior extenion that can indent python code ?


  • 2 Comments
  • 147 Views
  • Share:

2 Comment

image
dev sahar 4 months ago

Yes you can try autopep8

image
4 months ago

Vs code extensions, like Pylance and Python Indent will help you work with indentation in Python. Pylance will help you identify codes that are not properly indented while Python Indent will help you to properly indent your code with ease i.e give the correct spacing by just pressing enter.