Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement tab indent guides #4278

Closed
bgashler1 opened this issue Mar 15, 2016 · 1 comment
Closed

Implement tab indent guides #4278

bgashler1 opened this issue Mar 15, 2016 · 1 comment
Assignees
Labels
verified Verification succeeded
Milestone

Comments

@bgashler1
Copy link
Contributor

Implement indent rulers similar to what's used in other editors (see this screenshot).

This should be a setting that is on by default but that can be disabled in settings.json.

Perhaps we can call it "editor.indentGuides:" true

Vertical tab rulers should show for each tab level in (also include position 0 within nested section of code, such as classes, functions, Html tag nesting etc...)

Addresses issue #3803. Some users have trouble not knowing where the left edge of the code editor is. This is partly because the code editor and the glyph margin is not visually separated. This is particularly a problem for users who use small tab sizes (such as 2 spaces).

@bgashler1 bgashler1 added tasks Task system issues editor and removed tasks Task system issues labels Mar 15, 2016
@bgashler1 bgashler1 added this to the April 2016 milestone Mar 15, 2016
@Tyriar
Copy link
Member

Tyriar commented Mar 16, 2016

Duplicate of #2192

@Tyriar Tyriar closed this as completed Mar 16, 2016
@alexdima alexdima added the verified Verification succeeded label Mar 21, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants