
- HOW TO SET INDENTATION FOR PYTHON IN VISUAL STUDIO CODE HOW TO
- HOW TO SET INDENTATION FOR PYTHON IN VISUAL STUDIO CODE INSTALL
At the very least, I suggest putting this in the Caveats section.

I noticed the following minor inconsistency and I thought I would share it just in case it was important (personally I can live with it) or if the fix is simple (I'm guessing this may only require also registering the ENTER key for the extension when text is highlighted).
HOW TO SET INDENTATION FOR PYTHON IN VISUAL STUDIO CODE HOW TO
See the developer docs for pointers on how to develop this extension.įirst off, thank you for putting in the time to create and share this nifty little tool! The Python Indent extension, which is available in the Visual Studio Code marketplace, works perfectly fine for me. I faced similar issues switching from P圜harm. Since Python uses white-space to define scopes, much like C-style languages use braces, this makes writing Python code simpler and can reduce inconsistent-whitespace errors. Go to 'Command Palette' Ctrl + Shift + P (View>Command Palette) Type in & select 'Convert Indentation to Tabs' and press Enter. If you experience any problems, please submit an issue, or better yet a pull request. Smart indentation allows Python Tools for Visual Studio to assist the developer by automatically indenting code to the level it is usually required at.

HOW TO SET INDENTATION FOR PYTHON IN VISUAL STUDIO CODE INSTALL
Start writing code instantly without having to download or install anything.
