► Optimize your Python + Sublime Text Setup:
Sublime Text has a useful “indent guides” feature that’s controlled by the “indent_guide_options” user preferences setting. I like to use the following configuration to write Python with Sublime because it makes navigating the code and understanding its layout a little easier:
“indent_guide_options”: [“draw_active”]
I recorded this on Windows today because my MacBook just died 🙂
(This video a repost because for…
Thanks.I just learn something new.