wmaurer / vscode-jumpy

Jumpy Extension for Visual Studio Code
MIT License
120 stars 31 forks source link

The two letter code to jump should not be case sensitive #13

Closed alefragnani closed 7 years ago

alefragnani commented 8 years ago

Hi,

If you try to use uppercase letters while jumping, it does not work. The first uppercase letter will be considered a escape char and the second becomes a new character in the text.

Since the decorators are limited to lowercase only letters, and there is already a bunch of pairs 😄, it appears to be more relevant, just ignore the case for jumping.

Thanks