Answer the question
In order to leave comments, you need to log in
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:
If the cursor is close to the right of the closing one, it does not highlight:
In Notepad++ it highlights:
Is it possible to do the same in Bracket Highlighter?
Answer the question
In order to leave comments, you need to log in
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
Alternatively, you can add something like this to the settings
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
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.
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 questionAsk a Question
731 491 924 answers to any question