msomeone / PeasyMotion

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

Feature request: please support InvokePeasyMotionOneCharJump #27

Closed kgfly closed 4 months ago

kgfly commented 2 years ago

Please support InvokePeasyMotionOneCharJump. Thank you.

panda7789 commented 8 months ago

Forked and created VSIX so you don't have to build it yourself. https://github.com/panda7789/PeasyMotion

msomeone commented 8 months ago

@panda7789 , @kgfly we can grab builds of any branch of a main repo here - https://ci.appveyor.com/project/msomeone/peasymotion in 'Artifacts' section (both 2019 and 2022 VSIX available there). Btw if anyone wants to help with maintaining project, i`m glad to add that person as a maintainer.

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

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