Uses of Interface
org.eclipse.lemminx.services.extensions.ITypeDefinitionRequest
Packages that use ITypeDefinitionRequest
Package
Description
-
Uses of ITypeDefinitionRequest in org.eclipse.lemminx.extensions.contentmodel.participants
Methods in org.eclipse.lemminx.extensions.contentmodel.participants with parameters of type ITypeDefinitionRequestModifier and TypeMethodDescriptionprotected voidContentModelTypeDefinitionParticipant.doFindTypeDefinition(ITypeDefinitionRequest request, List<org.eclipse.lsp4j.LocationLink> locations, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) -
Uses of ITypeDefinitionRequest in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions with parameters of type ITypeDefinitionRequestModifier and TypeMethodDescriptionprotected abstract voidAbstractTypeDefinitionParticipant.doFindTypeDefinition(ITypeDefinitionRequest request, List<org.eclipse.lsp4j.LocationLink> locations, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Find the type definitionfinal voidAbstractTypeDefinitionParticipant.findTypeDefinition(ITypeDefinitionRequest request, List<org.eclipse.lsp4j.LocationLink> locations, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) voidITypeDefinitionParticipant.findTypeDefinition(ITypeDefinitionRequest request, List<org.eclipse.lsp4j.LocationLink> locations, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Find type definition.