Uses of Interface
org.eclipse.lemminx.services.extensions.completion.ICompletionParticipant
-
-
Uses of ICompletionParticipant in org.eclipse.lemminx.extensions.contentmodel.participants
Classes in org.eclipse.lemminx.extensions.contentmodel.participants that implement ICompletionParticipant Modifier and Type Class Description classContentModelCompletionParticipantExtension 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 ICompletionParticipant Modifier and Type Class Description classEntitiesCompletionParticipantEntities completion used in a text node (ex : &). -
Uses of ICompletionParticipant in org.eclipse.lemminx.extensions.filepath.participants
Classes in org.eclipse.lemminx.extensions.filepath.participants that implement ICompletionParticipant Modifier and Type Class Description classFilePathCompletionParticipantExtension 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 Modifier and Type Class Description classPrologCompletionParticipantPrologCompletionParticipant -
Uses of ICompletionParticipant in org.eclipse.lemminx.extensions.references.participants
Classes in org.eclipse.lemminx.extensions.references.participants that implement ICompletionParticipant Modifier and Type Class Description classXMLReferencesCompletionParticipantXML 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 Modifier and Type Class Description classRNGCompletionParticipant -
Uses of ICompletionParticipant in org.eclipse.lemminx.extensions.xsd.participants
Classes in org.eclipse.lemminx.extensions.xsd.participants that implement ICompletionParticipant Modifier and Type Class Description classXSDCompletionParticipantXSD 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 Modifier and Type Class Description classXSICompletionParticipantXSICompletionParticipant -
Uses of ICompletionParticipant in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions that return types with arguments of type ICompletionParticipant Modifier and Type Method Description Collection<ICompletionParticipant>XMLExtensionsRegistry. getCompletionParticipants()Methods in org.eclipse.lemminx.services.extensions with parameters of type ICompletionParticipant Modifier and Type Method Description voidXMLExtensionsRegistry. 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 ICompletionParticipant Modifier and Type Class Description classCompletionParticipantAdapterCompletion participant adapter.
-