jaredpar / EasyMotion

A vim / sublime EasyMotion clone for Visual Studio
Apache License 2.0
68 stars 22 forks source link

Jumping to uppercase letters #4

Open highend opened 10 years ago

highend commented 10 years ago

It would be nice when we want to jump to an uppercase char only those will be highlighted.

E.g.: Pressing "M" would only highlight occurences with "M"s and not "m"s Two options when there isn't any "M" in the visible text:

I'd prefer the first solution to avoid any ambiguity.

Btw Jared, is VS (2013) able to show a different caret type than the small rectangular block?

As you can see in the pictures on https://github.com/tednaleid/sublime-EasyMotion it uses a larger block caret for the highlighting.

jaredpar commented 10 years ago

@highend with respect to the caret. Are you asking about the shape of the normal blinking caret? If so it's pretty much limited by default to the vertical blinking pipe. It's possible to customize it, as VsVim does, but it requires a full extension to do so

highend commented 10 years ago

Yeah, it's only about the visual appearance of the caret. If it's too much work forget about it. There are more important things than this :)