Interface ISharedSettingsRequest

All Known Subinterfaces:
ICompletionItemResolverRequest, ICompletionRequest, IHoverRequest
All Known Implementing Classes:
ExpressionCompletionRequest, ResolveCompletionItemRequest

public interface ISharedSettingsRequest
Shared settings request API
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the client can support the given Markup kind for documentation and false otherwise.
    Returns the sharedSettings instance
  • Method Details

    • canSupportMarkupKind

      boolean canSupportMarkupKind(String kind)
      Returns true if the client can support the given Markup kind for documentation and false otherwise.
      Parameters:
      kind - the markup kind
      Returns:
      true if the client can support the given Markup kind for documentation and false otherwise.
    • getSharedSettings

      SharedSettings getSharedSettings()
      Returns the sharedSettings instance
      Returns:
      the sharedSettings instance