msomeone / PeasyMotion

Visual Studio 2017 2019 2022 Extension, emulating vim-easymotion word-motion text navigation mode.
MIT License
55 stars 9 forks source link

Tools.InvokePeasyMotionLineJumpToWordEnding puts cursor to the left of the last letter in the target word #28

Closed NewlineCoding closed 4 months ago

NewlineCoding commented 2 years ago

Tools.InvokePeasyMotionLineJumpToWordEnding puts cursor to the left of the last letter in the target word. The desired behavior for me is that the cursor is placed to the right of the last letter in the target word.

msomeone commented 4 months ago

Implemented in 1.9, please check official VS Gallery or update extension in Extension Manager. If installed manually from CI artifact, uninstall it first and install from Extension Manager.

msomeone commented 4 months ago

FYI: If old version keeps persisting - I had hard times myself with VS Extension Manager autoupdate. It kept reverting to 1.7.88 version for some reason. So I disabled extensions autoupdate and reinstalled manually from CI artifacts, ensured that version is 1.9*: image