Posted 19 years ago
by Jason Whitted
-
Owner,
Etalisoft, LLC

Since we have access to a CodeSnippetFolderCollection, it seems that we should be able to use Code Snippets from unrelated CodeSnippetFolders; however, the method SyntaxEditor.IntelliPrompt.CodeSnippets.ShowInsertSnippetPopup only takes a single CodeSnippetFolder object as a parameter.
It would be desirable to have the a ShowInsertSnippetPopup overload like:
It would be desirable to have the a ShowInsertSnippetPopup overload like:
public bool ShowInsertSnippetPopup(int offset, string labelText, CodeSnippetFolderCollection folders, CodeSnippetType type)
{
...
}