Interface ISharedSettingsRequest
-
- All Known Subinterfaces:
ICompletionItemResolverRequest,ICompletionRequest,IHoverRequest
- All Known Implementing Classes:
ResolveCompletionItemRequest
public interface ISharedSettingsRequestShared settings request API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanSupportMarkupKind(String kind)Returnstrueif the client can support the given Markup kind for documentation andfalseotherwise.SharedSettingsgetSharedSettings()Returns the sharedSettings instance
-
-
-
Method Detail
-
canSupportMarkupKind
boolean canSupportMarkupKind(String kind)
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.
-
getSharedSettings
SharedSettings getSharedSettings()
Returns the sharedSettings instance- Returns:
- the sharedSettings instance
-
-