P
P
pushbot2014-04-06 15:01:54
Code editor
pushbot, 2014-04-06 15:01:54

Bracket highlighting in Sublime text 3 like in Notepad++?

I put Bracket Highlighter on the sublime, but it highlights the brackets only when the cursor is directly inside:
image.png
If the cursor is close to the right of the closing one, it does not highlight:
image.png
In Notepad++ it highlights:
image.png
Is it possible to do the same in Bracket Highlighter?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
P
Pavel Belousov, 2014-04-06
@PafNutY

Face it, the benefits of sublimetext outweigh np++ to such an extent that such trifles are simply forgotten over time. And to go to the paired bracket use Ctrl + M

P
Pavel Belousov, 2014-04-06
@PafNutY

Alternatively, you can add something like this to the settings

"indent_guide_options":
  [
    "draw_normal",
    "draw_active"
  ],

will display similar to np++, but does not work in all color schemes. Clearly seen in the default scheme.

P
pushbot, 2014-04-06
@pushbot

In fact, I'm very used to this feature. You see the closing bracket and click on this line with the mouse -> the cursor is placed behind it (if there are no spaces after it) and, in the case of notepad ++, you can immediately see what's what.

P
pushbot, 2014-04-08
@pushbot

In general "indent_guide_options": ["draw_active"], it works, although it is a crutch (it is necessary that all indents be correct).
Interestingly, by default, sublime (and without the BH plugin) highlights with the cursor on either side of the bracket. But it makes the selection so that you will see the hell.
I asked the author of the plugin about this. To which he replied that it was a hemorrhoid and he did not promise anything.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question