public class ExtendedClientCapabilities extends Object
https://github.com/microsoft/language-server-protocol/issues/788
Constructor and Description |
---|
ExtendedClientCapabilities() |
Modifier and Type | Method and Description |
---|---|
ExtendedCodeLensCapabilities |
getCodeLens() |
boolean |
isActionableNotificationSupport()
Returns true if the client supports actionable notifications and false otherwise
See
ActionableNotification and
XMLLanguageClientAPI.actionableNotification(org.eclipse.lemminx.customservice.ActionableNotification) |
boolean |
isOpenSettingsCommandSupport()
Returns true if the client supports the open settings command and false otherwise
See
ClientCommands.OPEN_SETTINGS |
void |
setActionableNotificationSupport(boolean actionableNotificationSupport)
Sets the actionableNotificationSupport boolean
|
void |
setCodeLens(ExtendedCodeLensCapabilities codeLens) |
void |
setOpenSettingsCommandSupport(boolean openSettingsCommandSupport)
Sets the openSettingsCommandSupport boolean
|
public ExtendedCodeLensCapabilities getCodeLens()
public void setCodeLens(ExtendedCodeLensCapabilities codeLens)
public boolean isActionableNotificationSupport()
ActionableNotification
and
XMLLanguageClientAPI.actionableNotification(org.eclipse.lemminx.customservice.ActionableNotification)
public void setActionableNotificationSupport(boolean actionableNotificationSupport)
actionableNotificationSupport
- public boolean isOpenSettingsCommandSupport()
ClientCommands.OPEN_SETTINGS
public void setOpenSettingsCommandSupport(boolean openSettingsCommandSupport)
openSettingsCommandSupport
- Copyright © 2020. All rights reserved.