jaredpar / EasyMotion

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

VS2015 support? #16

Open iamkarlson opened 7 years ago

iamkarlson commented 7 years ago

subj

jaredpar commented 7 years ago

I'm going to update this for VS2015 and VS2017 once the SDK changes settle down.

sabastiaan commented 7 years ago

@jaredpar Any update on the current status?

theamazingfedex commented 7 years ago

VS2015 should be considered more than stable enough of a platform to update this extension to. VS2017 I understand holding off on though.

theamazingfedex commented 7 years ago

I currently have a version of the extension built and running in VS2015 on my local machine. I pushed it up to my fork of the project, but I haven't setup backwards compatibility yet, so it only works with VS2015 for the time being, plus the conflict with VsVim makes it almost unusable (for me at least).

theamazingfedex commented 7 years ago

If @jaredpar can point me at some resources for configuring visual studio extensions for multiple versions of visual studio, including VS2015, I will gladly update that and open a PR to this repo. Something like RoundTripVSIX

theamazingfedex commented 7 years ago

Seems like https://github.com/justcla/EasyMotion has already gone and got EasyMotion building and installing in both VS2015 and VS2017.

justcla commented 4 years ago

VS2019 requires AsyncPackage to avoid yellow warning bars, but AsyncPackage is not available in VS2015. As such, I've cut a separate version for VS2015. I have included a Release here: EasyMotion-VS2015 (v1.1.0).