Hi friends, thank for help.
I'm not very used to github. Sorry if my post is not compliant.
I am looking for an option in visual studio code that would allow me to see the first level embed, of function with a line color.
There is a parameter that allows to do this, or a plugin?
I would love to have that opportunity.
It was available in _Notepad ++._
I make a screen shot to help understand.
Look at the red arrow.
I would like something similar.
Show a embed red line to all firsts levels functions.

exists an extension, plugin or parameter in vcs to do this.?
Thank a lot guy for help me .
Otherwise, it would be a great request. :)
A few questions:
first level embed, do you mean class properties or something else?Does this atom question describe what you are asking for: https://forum.sublimetext.com/t/highlighted-indents-in-sublime-text-3-like-notepad/18661
Thanks
Here's some Notepad++ screenshots of what I suspect they mean.
When you have focus on a line covered by the marker they change color.
They appear for any language with code folding (they're basically a visual representation of what would be folded).
Also see #4096
This is exactly what I need.
For now, i not find any plugin to help to do this.
i not find any parameter in VSC to allow this.
Can be with extra option, like add random color to help viewing, enable or disable SUB Folding Level
tank a lot guys
i find something similar
"editor.renderIndentGuides": true,
this help a little , me this need more parametre
This feature is very important to allow follow code blocks.
duplicate of #19690
Most helpful comment
Here's some Notepad++ screenshots of what I suspect they mean.
When you have focus on a line covered by the marker they change color.
They appear for any language with code folding (they're basically a visual representation of what would be folded).