-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Indent guides #2192
Comments
Do you mean like it describes in this issue #1673 ? |
Hi greybax, No, but thanks for the response :) ...let me see if i can draw it out here:
. . slkdfjkldsfaksdflkdasjf
. . The guides are the dots that help align the tags above. |
ok that did not work...lol. Basically they are lines or dots that connect open and closing tags. they help you align the code. |
I think you're wanting something like the Indent Guides extension for Visual Studio? However, I find that if you turn on whitespace rendering by setting the It shows arrows for tabs and small dots for spaces |
Hi yes...that's it. Thank You! |
+1 I really think that indent guide (vertical lines) would be useful. |
👍 @stkb has it with his reference to the Visual Studio extension. Would love to see a similar extension for vscode. Aside from the actual indent guide lines, a separate color for the lines in the currently active indent level (cursor line) really pluses the experience up. I'm looking into the extension @JoeRobich is working on: vscode-indent-guides |
This will also address #3803, where users have had trouble seeing where the left edge of the code editor is and where subsequent tabs are (especially with smaller tab sizes). |
This extension solves the problem |
@alexandrudima see #6470, indent guides are essentially done by vscode-guides with the exception of this issue spywhere/vscode-guides#1 which we could tweak the API to cover. |
I would like to see Indent Guides in Visual Studio Code. |
agree with @poetinha that it shouldn't be as extension. This is a basic functionality most of IDEs |
Also agree with @poetinha. I think this functionality is standard enough that it should be part of the application itself. I will say that the |
Yes please ! Indentation Guides are needed! |
I would also love to see this natively implemented! This is such a great editor! |
@alexandrudima How to set the indent guide color? |
Access to the indent styling in general through the standard settings would be great. I love the indents, but they're pretty distracting compared to other indent lines I'm used to. Access to change the opacity, specifically, would be awesome. |
Also being able to highlight a selected indent guide would be great for navigating longer code blocks. |
@shauntrennery can you create a dedicated issue for your idea? Also please tag it |
@bgashler1 Added #14017, sorry not sure how to tag it. |
Hi. I've experienced some issues with the extension in large files [#19982]. So I'm also asking for native support for this feature as it's a pretty basic need of every developer out there. |
@mosajjal native support was added some time ago #2192 (comment) |
I just found it in the configuration. Thanks :) |
Guides can try it. |
"editor.renderIndentGuides": true |
"editor.renderWhitespace": "all" Used to show dots for spaces and arrows for tabs, new version doesn't have this, how do I reenable it? |
|
@mosajjal I'm on the git version, and there it doesn't work anymore. I'm 2 days behind though, maybe it's fixed by now, I'll see about compiling the new version. EDIT: Latest version ( 4c5030a ) still has this problem. I guess I should make an issue? |
@M-Fasciano worked ++++1 |
ident guides!!! plz!!!! |
Was searching for this. Thanks! |
Thanks, worked 1.12.2 |
Would be great to see it also in "Explorer" panel... |
Would be great to also have an option to show the guides only on hover. In most cases I don't need them and they add noise, but if I need them I should just be able to hover over the indentation whitespace and have them appear. |
Hi, is there any chance we can get indent guides (the vertical lines that run down to matching indents). Could not find reference to them anywhere in VS code or the gallery. Thanks - Adolfo
The text was updated successfully, but these errors were encountered: