Uses of Interface
org.eclipse.lemminx.services.extensions.completion.ICompletionParticipant
Packages that use ICompletionParticipant
Package
Description
-
Uses of ICompletionParticipant in org.eclipse.lemminx.extensions.contentmodel.participants
Classes in org.eclipse.lemminx.extensions.contentmodel.participants that implement ICompletionParticipantModifier and TypeClassDescriptionclassExtension to support XML completion based on content model (XML Schema completion, etc) -
Uses of ICompletionParticipant in org.eclipse.lemminx.extensions.entities.participants
Classes in org.eclipse.lemminx.extensions.entities.participants that implement ICompletionParticipantModifier and TypeClassDescriptionclassEntities completion used in a text node (ex : &). -
Uses of ICompletionParticipant in org.eclipse.lemminx.extensions.general.completion
Classes in org.eclipse.lemminx.extensions.general.completion that implement ICompletionParticipantModifier and TypeClassDescriptionclassExtension to support completion for file, folder path in: attribute value: -
Uses of ICompletionParticipant in org.eclipse.lemminx.extensions.prolog
Classes in org.eclipse.lemminx.extensions.prolog that implement ICompletionParticipant -
Uses of ICompletionParticipant in org.eclipse.lemminx.extensions.references.participants
Classes in org.eclipse.lemminx.extensions.references.participants that implement ICompletionParticipantModifier and TypeClassDescriptionclassXML references completion participant -
Uses of ICompletionParticipant in org.eclipse.lemminx.extensions.relaxng.grammar.rng
Classes in org.eclipse.lemminx.extensions.relaxng.grammar.rng that implement ICompletionParticipant -
Uses of ICompletionParticipant in org.eclipse.lemminx.extensions.xsd.participants
Classes in org.eclipse.lemminx.extensions.xsd.participants that implement ICompletionParticipantModifier and TypeClassDescriptionclassXSD completion for xs:/@type -> xs:complexType/@name xs:/@base -> xs:complexType/@name -
Uses of ICompletionParticipant in org.eclipse.lemminx.extensions.xsi.participants
Classes in org.eclipse.lemminx.extensions.xsi.participants that implement ICompletionParticipant -
Uses of ICompletionParticipant in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions that return types with arguments of type ICompletionParticipantMethods in org.eclipse.lemminx.services.extensions with parameters of type ICompletionParticipantModifier and TypeMethodDescriptionvoidXMLExtensionsRegistry.registerCompletionParticipant(ICompletionParticipant completionParticipant) voidXMLExtensionsRegistry.unregisterCompletionParticipant(ICompletionParticipant completionParticipant) -
Uses of ICompletionParticipant in org.eclipse.lemminx.services.extensions.completion
Classes in org.eclipse.lemminx.services.extensions.completion that implement ICompletionParticipantModifier and TypeClassDescriptionclassCompletion participant adapter.