Interface IGuidesOptions
interface IGuidesOptions {
bracketPairs?: boolean | "active";
bracketPairsHorizontal?: boolean | "active";
highlightActiveBracketPair?: boolean;
highlightActiveIndentation?: boolean | "always";
indentation?: boolean;
}Properties§
§§§§
bracket Pairs?: boolean | "active"§
bracket Pairs Horizontal?: boolean | "active"Enable rendering of vertical bracket pair guides. Defaults to 'active'.
highlight Active Bracket Pair?: booleanEnable highlighting of the active bracket pair. Defaults to true.
highlight Active Indentation?: boolean | "always"Enable highlighting of the active indent guide. Defaults to true.
indentation?: booleanEnable rendering of indent guides. Defaults to true.
Enable rendering of bracket pair guides. Defaults to false.