Uses of Class
org.eclipse.lemminx.commons.snippets.Snippet
-
Packages that use Snippet Package Description org.eclipse.lemminx.commons.snippets -
-
Uses of Snippet in org.eclipse.lemminx.commons.snippets
Methods in org.eclipse.lemminx.commons.snippets that return types with arguments of type Snippet Modifier and Type Method Description List<Snippet>SnippetRegistry. getSnippets()Returns all snippets.Methods in org.eclipse.lemminx.commons.snippets with parameters of type Snippet Modifier and Type Method Description voidSnippetRegistry. registerSnippet(Snippet snippet)Register the given snippet.
-