Vscode: [folding] show folding region in gutter with lines

Created on 21 Apr 2017  路  7Comments  路  Source: microsoft/vscode

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.
vsc-show-level-fucntion-line

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. :)

editor-folding feature-request

Most helpful comment

Here's some Notepad++ screenshots of what I suspect they mean.

capture

When you have focus on a line covered by the marker they change color.

capture3png

capture2

They appear for any language with code folding (they're basically a visual representation of what would be folded).

All 7 comments

A few questions:

  • What language are you targeting?
  • Can you provide single page code example and screenshots of this behavior in notepad++
  • By first level embed, do you mean class properties or something else?
  • Are you asking for these elements to be a different color, or to actually have a marker showing them?

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.

capture

When you have focus on a line covered by the marker they change color.

capture3png

capture2

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lukehoban picture lukehoban  路  3Comments

NikosEfthias picture NikosEfthias  路  3Comments

chrisdias picture chrisdias  路  3Comments

curtw picture curtw  路  3Comments

VitorLuizC picture VitorLuizC  路  3Comments