mmanela / SnippetDesigner

The Snippet Designer is a plugin which enhances the Visual Studio IDE to allow a richer and more productive code snippet experience.
Apache License 2.0
344 stars 85 forks source link

Visual Studio Enterprise 2019 Async Load Issue for future releases #142

Closed ghost closed 4 years ago

ghost commented 5 years ago

Please update to support AsyncPackage Load.

JapNolt commented 5 years ago

I'm not sure if this is the same issue but I get this warning with the extension in VS 2019. image

Talzar13 commented 5 years ago

From what I was able to piece together, it appears to be. MS made a move to encourage developers to create Asynchronous loading, to improve loading and performance.

I can't seem to get the Snippet Explorer window to load correctly. (View -> Other Windows -> Snippet Explorer). It's just a blank window.

But I seem to be able to create new snippets and can manually load them to edit, by opening the file.

Karrrar commented 5 years ago

I can't seem to get the Snippet Explorer window to load correctly. (View -> Other Windows -> Snippet Explorer). It's just a blank window.

But I seem to be able to create new snippets and can manually load them to edit, by opening the file.

Same here

DrEthan77 commented 5 years ago

I can't seem to get the Snippet Explorer window to load correctly. (View -> Other Windows -> Snippet Explorer). It's just a blank window. But I seem to be able to create new snippets and can manually load them to edit, by opening the file.

Same here

Here aswell

Hi-ImKyle commented 5 years ago

Hello, I found this fork of Snippet Designer which works fine. Try it, see if it works for you lot. Link (VSIX Gallery)

Talzar13 commented 5 years ago
I appreciate the find. Unfortunately, it still didn’t work for me.  At first I just installed and got an error message. Then I uninstalled it and the previous version.Restarted the program to complete the uninstall process. Restarted the  computer just to make sure. Launched VS to make sure it was working without any issues. Reinstalled the updated version of Snippet DesignerThe explorer window is still unpopulated. But had no errors, so that’s progress! From: KyleSent: Tuesday, October 1, 2019 8:17 AMTo: mmanela/SnippetDesignerCc: Talzar13; CommentSubject: Re: [mmanela/SnippetDesigner] Visual Studio Enterprise 2019 Async Load Issue for future releases (#142) Hello, I found this fork of Snippet Designer which works fine. Try it, see if it works for you lot.Link (VSIX Gallery)—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread. 
mmanela commented 4 years ago

@SFC-Sarge @JapNolt @Talzar13 @Karrrar I have a branch where this is being fixed, should be ready in a week or so I hope

mmanela commented 4 years ago

I just released version 1.8.1. Please try it out and let me know

Karrrar commented 4 years ago

I just released version 1.8.1. Please try it out and let me know

Thanks, the explorer is working again