-
The label's position is at the next charactoer of pattern.For example: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's not possible, the label's position is hardcoded (at least now). The label is after the 2nd char, since (according to most people, including me) in case of ahead-of-time labeling - when you see the label while you're typing the pattern -, it's much more natural to see the three characters in the same order as you need to type them, instead of doing a microscopic horizontal U-movement with your eyes. If you set |
Beta Was this translation helpful? Give feedback.
It's not possible, the label's position is hardcoded (at least now). The label is after the 2nd char, since (according to most people, including me) in case of ahead-of-time labeling - when you see the label while you're typing the pattern -, it's much more natural to see the three characters in the same order as you need to type them, instead of doing a microscopic horizontal U-movement with your eyes.
If you set
opts.max_phase_one_targets = 0
, that is, disable ahead-of-time labeling, the labels is displayed over the first character.