Uses of Interface
org.eclipse.lemminx.commons.snippets.ISuffixPositionProvider
-
Packages that use ISuffixPositionProvider Package Description org.eclipse.lemminx.commons.snippets -
-
Uses of ISuffixPositionProvider in org.eclipse.lemminx.commons.snippets
Methods in org.eclipse.lemminx.commons.snippets with parameters of type ISuffixPositionProvider Modifier and Type Method Description List<org.eclipse.lsp4j.CompletionItem>SnippetRegistry. getCompletionItems(org.eclipse.lsp4j.Range replaceRange, String lineDelimiter, boolean canSupportMarkdown, boolean snippetsSupported, BiPredicate<ISnippetContext<?>,Map<String,String>> contextFilter, ISuffixPositionProvider suffixProvider)Returns the snippet completion items according to the context filter.
-