Uses of Interface
org.eclipse.lemminx.services.extensions.codeaction.ICodeActionResolvesParticipant
Packages that use ICodeActionResolvesParticipant
Package
Description
-
Uses of ICodeActionResolvesParticipant in org.eclipse.lemminx.extensions.contentmodel.participants
Methods in org.eclipse.lemminx.extensions.contentmodel.participants that return ICodeActionResolvesParticipantModifier and TypeMethodDescriptionContentModelCodeActionParticipant.getResolveCodeActionParticipant(String participantId) -
Uses of ICodeActionResolvesParticipant in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement
Classes in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement that implement ICodeActionResolvesParticipantModifier and TypeClassDescriptionclassCodeAction resolver used to generate missing element contentclassCodeAction resolver used to generate missing element of choiceMethods in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missingelement that return ICodeActionResolvesParticipantModifier and TypeMethodDescriptionrequired_element_missingCodeAction.getResolveCodeActionParticipant(String participantId) required_elements_missing_expectedCodeAction.getResolveCodeActionParticipant(String participantId) -
Uses of ICodeActionResolvesParticipant in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar
Classes in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar that implement ICodeActionResolvesParticipantModifier and TypeClassDescriptionclassBase class of the code action resolver participant used to generate the missing grammar (DTD / XSD) which is declared in the XML as association (ex : via xsi:noNamespaceSchemaLocation)classCode action resolver participant to generate the missing DTD which is declared in the XML as association via DOCTYPE or xml-model.classCode action resolver participant to generate the missing XSD which is declared in the XML as association via xsi:noNamespaceSchemaLocation or xml-model.Methods in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.missinggrammar that return ICodeActionResolvesParticipantModifier and TypeMethodDescriptionAbstractFixMissingGrammarCodeAction.getResolveCodeActionParticipant(String participantId) -
Uses of ICodeActionResolvesParticipant in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints
Classes in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints that implement ICodeActionResolvesParticipantModifier and TypeClassDescriptionclassAbstract class to: insert the grammar association in the XML (ex : xsi:noNamespaceSchemaLocation) generate the grammar XSD/DTD fileclassCode action resolver participant used to: generate the DTD file for the given DOM document generate the association DOCTYPE in the XML to bind it with the generated DTDclassCode action resolver participant used to: generate the RelaxNG file for the given DOM document generate the association relaxng in the XML to bind it with the generated RelaxNG schemaclassCode action resolver participant used to: generate the DTD file for the given DOM document generate the association xml-model in the XML to bind it with the generated DTDclassCode action resolver participant used to: generate the XSD file for the given DOM document generate the association xml-model in the XML to bind it with the generated XSDclassCode action resolver participant used to: generate the XSD file for the given DOM document generate the association xsi:noNamespaceSchemaLocation in the XML to bind it with the generated XSDMethods in org.eclipse.lemminx.extensions.contentmodel.participants.codeactions.nogrammarconstraints that return ICodeActionResolvesParticipantModifier and TypeMethodDescriptionNoGrammarConstraintsCodeAction.getResolveCodeActionParticipant(String participantId) -
Uses of ICodeActionResolvesParticipant in org.eclipse.lemminx.services.extensions.codeaction
Methods in org.eclipse.lemminx.services.extensions.codeaction that return ICodeActionResolvesParticipantModifier and TypeMethodDescriptiondefault ICodeActionResolvesParticipantICodeActionParticipant.getResolveCodeActionParticipant(String participantId) Returns the codeAction resolver participant identified by the givenparticipantIdand null otherwise.