Class TypeHierarchyPrepareParams

  • All Implemented Interfaces:
    WorkDoneProgressParams

    public class TypeHierarchyPrepareParams
    extends TextDocumentPositionAndWorkDoneProgressParams
    The type hierarchy request is sent from the client to the server to return a type hierarchy for the language element of given text document positions. Will return null if the server couldn't infer a valid type from the position.

    Since 3.17.0