VS-QuickNavigation icon indicating copy to clipboard operation
VS-QuickNavigation copied to clipboard

Convert extension to AsyncPackage

Open jspelletier opened this issue 5 years ago • 3 comments

Synchronous packages are now deprecated in VS2019. Conversion is not really complicated and should be relatively straight forward. Just follow the instructions on the following page: https://docs.microsoft.com/en-us/visualstudio/extensibility/how-to-use-asyncpackage-to-load-vspackages-in-the-background?view=vs-2019

Thanks

jspelletier avatar Jul 17 '19 15:07 jspelletier

Hi, I start the conversion to AsyncPackage, but because my desktop died 3 months ago, I can't continue to work on it, I'm waiting for my Ryzen 3900X :). Sorry for the late response, I'm on vacation :).

thennequin avatar Jul 22 '19 11:07 thennequin

Hahah,the vs2019 already have the future like this extension . https://docs.microsoft.com/en-us/visualstudio/ide/go-to?view=vs-2019

daiybh avatar Sep 25 '19 04:09 daiybh

It's available on branch async and with support of VS2022. A prerelease is available. https://github.com/thennequin/VS-QuickNavigation/releases/tag/0.9.121

thennequin avatar Nov 15 '23 14:11 thennequin