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 TypeMethodDescriptionbooleancanSupportMarkupKind(String kind) Returnstrueif the client can support the given Markup kind for documentation andfalseotherwise.Returns the sharedSettings instance
-
Method Details
-
canSupportMarkupKind
Returnstrueif the client can support the given Markup kind for documentation andfalseotherwise.- Parameters:
kind- the markup kind- Returns:
trueif the client can support the given Markup kind for documentation andfalseotherwise.
-