Sublime Forum

Wrong indent guide?

#1

Hi everyone.

I can’t understand idea of indent guide works. It’s about guide active and normal too.
I will show two examples below:

First scenario - indent guide normal:
Why this guides are break before end of bracket?

Second scenario - indent guide active:
Why active guide is not deeper by one level? I’m not in first “IF” statement. I’m at the second

Look how it work in N++:

Why it works like that?
Can i change it in somehow?
Maybe any plugin?
(BracketHighlter have a content_highlight_bar option but its in experimental and it works not perfect too)

0 Likes

#2

I know it is not very elegant to re-post in my own post, but maybe anyone didn’t see this and can resolve my problem? :neutral_face:

0 Likes

#3

you could change your color scheme’s active_guide maybe
http://www.sublimetext.com/docs/3/color_schemes.html#global_settings-guides

0 Likes

#4

Thanks for your answer. I’m not sure, but i guess it’s not a problem with color scheme. Guide is not properly highlighted in my opinion or i just dont understand something? So the another question is how can I change this?

0 Likes

#5

you set "indent_guide_options": ["draw_normal", "draw_active"], in your preferences?

0 Likes

#6

yes of course

0 Likes