Uses of Interface
org.eclipse.lemminx.commons.snippets.ISuffixPositionProvider
Packages that use ISuffixPositionProvider
-
Uses of ISuffixPositionProvider in org.eclipse.lemminx.commons.snippets
Methods in org.eclipse.lemminx.commons.snippets with parameters of type ISuffixPositionProviderModifier and TypeMethodDescriptionList<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.