Package org.eclipse.lemminx.settings
Class CompositeSettings
java.lang.Object
org.eclipse.lemminx.settings.SharedSettings
org.eclipse.lemminx.settings.CompositeSettings
Composite settings class
Provides a new SharedSettings instance with a second
setting merged
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeSettings(SharedSettings settings, org.eclipse.lsp4j.FormattingOptions formatting) -
Method Summary
Methods inherited from class org.eclipse.lemminx.settings.SharedSettings
getCodeActionSettings, getCodeLensSettings, getCompletionSettings, getFoldingSettings, getFormattingSettings, getHoverSettings, getPreferences, getSymbolSettings, getValidationSettings, getWorkspaceSettings, isActionableNotificationSupport, isBindingWizardSupport, isLinkedEditingEnabled, isOpenSettingsCommandSupport, setActionableNotificationSupport, setBindingWizardSupport, setLinkedEditingEnabled, setOpenSettingsCommandSupport
-
Constructor Details