Posted 5 years ago
by Sylko Zschiedrich
Version: 20.1.0401
Platform: .NET 4.7
Environment: Windows 10 (64-bit)
Hi,
we use the method CodeSnippetFolder.LoadFrom( folder, languageKey) to load addition snippets for VB language.
There ist a "change" in the new version v2020 to older implementation.
Snippets without the "SnippetTypes" in the header information will not be loaded or shown. If you add the part
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
</SnippetTypes>
to the header it works. In the specification the <SnippetTypes> is optional and if not set, it will be shown any time.
Hopefully you can fix this behavior in a next version.
Kind regards
Sylko