-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Color indent guide lines #164
Comments
Some useful info : Change color of code fold markers and guide lines. If we are going to implement this feature we need to override the built-in color settings. |
@izhangzhihao, I think that is expected? |
It's a nice to have feature I think. |
This would be absolutely fantastic |
Agreed. Very useful feature. Helps to distinguish code blocks a bit better. |
We need to paint our own indent guide:
See: |
I would L O V E this feature |
Perhaps there could also be an option to color the indents, not just the guides, as vscode-indent-rainbow does? |
this probably is beyond the scope of this plugin, but the indent guide highlighting of the Atom package indent-guide-improved might offer some inspiration for good UX. |
Love this idea! You have got my vote ;) |
I'd like to see this much more explicit. VS Code has a plugin that colorizes the indent space: https://marketplace.visualstudio.com/items?itemName=oderwat.indent-rainbow |
The VS Code plugin @mattbishop mentions above is super handy. |
+1 for this issue, really makes me want to use VSCode as somebody who has to format YAML. |
Amazing ! I've been following this issue for such a long time, I'm so happy
that this is happening. It was the ONE feature I liked from VSCode and that
I wanted. Thank you!!
…On Wed, Sep 25, 2019, 21:06 张志豪 ***@***.***> wrote:
在 2019年9月26日,上午10:55,Yii.Guxing ***@***.***> 写道:
Ohhhhhhhhhhhhhh
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<
#164?email_source=notifications&email_token=AC34PDS5U2K6IQV647CWCODQLQQBFA5CNFSM4FMTATE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7UC3AA#issuecomment-535309696>,
or mute the thread<
https://github.com/notifications/unsubscribe-auth/AC34PDVIDWZ7JROP2VN42P3QLQQBFANCNFSM4FMTATEQ>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#164?email_source=notifications&email_token=ABPERP2LZGDR35J4Y7KPGXLQLQYOBA5CNFSM4FMTATE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7UGMSY#issuecomment-535324235>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPERP2NKDGD4FRVC6BVKF3QLQYOBANCNFSM4FMTATEQ>
.
|
That looks really cool! I could imagine that the highlighting could get annoying after a while so maybe there could be an option to toggle that behaviour? (if that isn't already planed) |
@Phoenix616 The default is disabled because it is not perfect and there are still some issues that need to be resolved. |
I was more referring to an option disabling the highlight effect when selecting the block (so that it just stays the same color without getting brighter) |
@Phoenix616 Highlighting is not easy to trigger. |
Looks like it does not work in .vue files. |
I have this enabled, however it is not working in any of my file types (including .cs). Rainbow Brackets also isn't working as a whole for .shader files for me. Could someone please inform me on how to solve these issues? I am on the latest version of Rider currently. |
Expected Behavior
There should be an option to color the indent guide lines the same as the curly brackets on that level:
![With bracket colors](https://user-images.githubusercontent.com/5768781/43349013-f3bd952a-91f4-11e8-9acb-48ffdf49f7d9.png)
Maybe it could use a sightly opaque/darker version of the bracket color as the bright one might be a bit much:
![With darker bracket colors](https://user-images.githubusercontent.com/5768781/43349068-3a62ebb0-91f5-11e8-80dc-9c9651d1196c.png)
Current Behavior
Your Environment
The text was updated successfully, but these errors were encountered: