acejump / AceJump

🅰️ single character search, select, and jump
https://plugins.jetbrains.com/plugin/7086-acejump
GNU General Public License v3.0
1.23k stars 91 forks source link

Place tags directly on target #470

Open arialdomartini opened 1 week ago

arialdomartini commented 1 week ago

Offer the option to place the tag on the very target.

The problem:

If the target is on the very first char, then all the tags are displayed on next char. Otherwise, the tags are displayed on the left. In many cases, some tags are on left, some are on the right

Here I am targeting an i:

image

Some users (me included) might prefer a mode where the target is replaced with the tag. This would be the benefit of being very consistent in all the cases.

Some AceJump plugins in other editors behave like this. For example, here's the very same text, targeting the same i in Emacs, with Avy:

image

Some users might find this funny, but many would prefer.

Ideally, the plugin could offer an option between the 2 modes.