Interface ITypeDefinitionParticipant
- All Known Implementing Classes:
AbstractTypeDefinitionParticipant,ContentModelTypeDefinitionParticipant
public interface ITypeDefinitionParticipant
Type Definition participant API.
-
Method Summary
Modifier and TypeMethodDescriptionvoidfindTypeDefinition(ITypeDefinitionRequest request, List<org.eclipse.lsp4j.LocationLink> locations, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Find type definition.
-
Method Details
-
findTypeDefinition
void findTypeDefinition(ITypeDefinitionRequest request, List<org.eclipse.lsp4j.LocationLink> locations, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Find type definition.- Parameters:
request-locations-cancelChecker-
-