How to change inline indentation by VSCode point

I would like to know if to use Dot instead of line indentation is required some extension? In the case I think it would be like seeing each space a point.

Example:

insert the description of the image here

Author: Cleyton vinicius , 2018-07-09

1 answers

The rows you activate by going into File > Preferences > Settings and placing

"editor.renderIndentGuides": false

"editor.renderWhitespace": "all"
 4
Author: hugocsl, 2018-07-09 01:02:46