import { ManipulationSettingsContainer } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Holds the manipulation settings.
Methods
getEditorSettings(): Readonly<EditorSettings>
Gets the editor settings based on the current manipulation settings.
getFormatCodeSettings(): Readonly<SupportedFormatCodeSettings>
Gets the format code settings.
Gets the indentation text.
Gets the new line kind.
getNewLineKindAsString(): "\r\n" | "\n"
Gets the new line kind as a string.
Gets the quote kind used for string literals.
getUsePrefixAndSuffixTextForRename(): boolean
Gets whether to use prefix and suffix text when renaming.
getUserPreferences(): Readonly<UserPreferences>
Gets the user preferences.
getUseTrailingCommas(): boolean
Gets whether trailing commas should be used.
set(settings: Partial<ManipulationSettings>): void
Sets one or all of the settings.