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

Snippet Explorer window doesn't load in VS 2019 Pro #146

Open csjturbine opened 4 years ago

csjturbine commented 4 years ago

Snippet explorer just shows as a window border and no content inside, it just shows what is layered behind the window. I've tried docking and undocking.

digitalsigi commented 4 years ago

Same here. VS 2019 claims "deprecated API". How to solve that?

HMMcIntosh commented 4 years ago

The author claims that the extension works with VS 2019, but that appears not to be the case. I get the same "deprecated API" error that digitalsigi gets. Am I missing something?

[Edit later...] Yes, I guess I was missing something. VS said it had not installed the extension because it used a deprecated API, but the extension seems to be there. Perhaps only some of the extension was installed? Or perhaps the VS error message was wrong? Some clarification from the author would be helpful. Thanks.

FedericoRocca commented 4 years ago

Same as HMMcIntosh in VS community 2019.

chraxo commented 4 years ago

I have got the same issue on VS 16.4.3, Win10.

ElimarDK commented 4 years ago

I can confirm the same issue with VS 16.4.5 on Windows 10.

Thanks for an awesome tool.

wilsnat commented 4 years ago

Same issue. VS community 2019 16.5.4, Win10.

mmanela commented 4 years ago

@csjturbine @digitalsigi @HMMcIntosh @FedericoRocca @chraxo 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

digitalsigi commented 4 years ago

@mmanela : Great Job, well done. Works like charm. It even looks its got better performance. Thanks a lot.