Python with Style
Gilad Bronshtein
Professional Services Manager at Align Technology | Lecturer at HIT
Are you using VS Code? If yes what extensions are your “MUST HAVE” ones? Here are 3 colorful extensions that will make your code much brighter.
Better Comments
This extension adds additional comment types and to be honest who doesn’t like more colors in his code? With python, use the hashtag sign and the additional signs like 'TODO' or '?' to color your comments.
Link
Bracket Pair Colorizer
You already know I love more color in my code right? This extension adds color differentiation to bracket levels and makes it easier to work with complexed methods.
Link
Indent Rainbow
For Python programmers this extension is a must – it marks indent space with... Yes! Color! More colors and easier tracking way for code and false indents.