Class Snippet
java.lang.Object
org.eclipse.lemminx.commons.snippets.Snippet
Snippet description (like vscode snippet).
- Author:
- Angelo ZERR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()getLabel()getScope()booleanbooleanmatch(BiPredicate<ISnippetContext<?>, Map<String, String>> contextFilter, Map<String, String> model) voidvoidsetContext(ISnippetContext<?> context) voidsetDescription(String description) voidvoidsetPrefixes(List<String> prefixes) voidvoidsetSortText(String sortText) void
-
Constructor Details
-
Snippet
public Snippet()
-
-
Method Details
-
getLabel
-
setLabel
-
getPrefixes
-
setPrefixes
-
getSuffix
-
setSuffix
-
getBody
-
setBody
-
getDescription
-
setDescription
-
getScope
-
setScope
-
getSortText
-
setSortText
-
getContext
-
setContext
-
hasContext
public boolean hasContext() -
match
public boolean match(BiPredicate<ISnippetContext<?>, Map<String, String>> contextFilter, Map<String, String> model)
-