lucax88x / CodeAceJumper

Ace Jump extension for Visual Studio Code
MIT License
76 stars 14 forks source link

[Bug] Only single-char placeholder displayed at line ending #196

Closed pe224 closed 4 years ago

pe224 commented 4 years ago

image

When activating line jump mode with "aceJump.finder.jumpToLineEndings": true the placeholders at line endings only show a single character, although they actually consist of 2 characters.

See screenshot: the line endings of the first two lines should actually show ab and ad, but only b and d are visible. The jumping itself works correctly, though.

pe224 commented 4 years ago

It also happens with the line beginnings on empty lines, with "aceJump.finder.jumpToLineEndings": false The top two lines should be aa and ab

image