Showing Whitespace
00:00 When your font size is a little bit bigger, it also makes it easier to see the whitespace when you are marking your text. So there are little dots showing you that there are four spaces for the indentation.
00:13 As a Python developer, it might be handy to always show your whitespace characters.
00:19
To do so, you can write editor.renderWhitespace
that’s render
in lowercase, and then Whitespace
with an uppercase W
.
00:30
Then select all
so your editor always shows you the whitespace characters.
00:38 Now, not only when you mark the text, but just generally you can see the whitespace rendered with little gray dots in your code.
Become a Member to join the conversation.