Package org.eclipse.lemminx.settings
Class SharedSettings
java.lang.Object
org.eclipse.lemminx.settings.SharedSettings
- Direct Known Subclasses:
CompositeSettings
SharedSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the client supports actionable notifications and false otherwise SeeActionableNotificationandXMLLanguageClientAPIbooleanReturns true if the client supports the `xml.open.binding.wizard` command using dropdown and false otherwisebooleanbooleanReturns true if the client supports the open settings command and false otherwise SeeClientCommands.OPEN_SETTINGSvoidsetActionableNotificationSupport(boolean actionableNotificationSupport) Sets the actionableNotificationSupport booleanvoidsetBindingWizardSupport(boolean bindingWizardSupport) Sets the bindingWizardSupport booleanvoidsetLinkedEditingEnabled(boolean linkedEditingEnabled) voidsetOpenSettingsCommandSupport(boolean openSettingsCommandSupport) Sets the openSettingsCommandSupport boolean
-
Constructor Details
-
SharedSettings
public SharedSettings()
-
-
Method Details
-
getCompletionSettings
-
getFoldingSettings
-
getFormattingSettings
-
getValidationSettings
-
getSymbolSettings
-
getCodeActionSettings
-
getCodeLensSettings
-
getHoverSettings
-
getPreferences
-
getWorkspaceSettings
-
isActionableNotificationSupport
public boolean isActionableNotificationSupport()Returns true if the client supports actionable notifications and false otherwise SeeActionableNotificationandXMLLanguageClientAPI- Returns:
- true if the client supports actionable notifications and false otherwise
-
setActionableNotificationSupport
public void setActionableNotificationSupport(boolean actionableNotificationSupport) Sets the actionableNotificationSupport boolean- Parameters:
actionableNotificationSupport-
-
isOpenSettingsCommandSupport
public boolean isOpenSettingsCommandSupport()Returns true if the client supports the open settings command and false otherwise SeeClientCommands.OPEN_SETTINGS- Returns:
- true if the client supports the open settings command and false otherwise
-
setOpenSettingsCommandSupport
public void setOpenSettingsCommandSupport(boolean openSettingsCommandSupport) Sets the openSettingsCommandSupport boolean- Parameters:
openSettingsCommandSupport-
-
isBindingWizardSupport
public boolean isBindingWizardSupport()Returns true if the client supports the `xml.open.binding.wizard` command using dropdown and false otherwise- Returns:
- bindingWizardSupport
-
setBindingWizardSupport
public void setBindingWizardSupport(boolean bindingWizardSupport) Sets the bindingWizardSupport boolean- Parameters:
bindingWizardSupport-
-
setLinkedEditingEnabled
public void setLinkedEditingEnabled(boolean linkedEditingEnabled) -
isLinkedEditingEnabled
public boolean isLinkedEditingEnabled()
-