EditorOptions
ts
EditorOptions: {
acceptSuggestionOnCommitCharacter: IEditorOption<acceptSuggestionOnCommitCharacter, boolean>;
acceptSuggestionOnEnter: IEditorOption<acceptSuggestionOnEnter, "on" | "off" | "smart">;
accessibilityPageSize: IEditorOption<accessibilityPageSize, number>;
accessibilitySupport: IEditorOption<accessibilitySupport, AccessibilitySupport>;
ariaLabel: IEditorOption<ariaLabel, string>;
ariaRequired: IEditorOption<ariaRequired, boolean>;
autoClosingBrackets: IEditorOption<autoClosingBrackets, "always" | "languageDefined" | "beforeWhitespace" | "never">;
autoClosingComments: IEditorOption<autoClosingComments, "always" | "languageDefined" | "beforeWhitespace" | "never">;
autoClosingDelete: IEditorOption<autoClosingDelete, "always" | "never" | "auto">;
autoClosingOvertype: IEditorOption<autoClosingOvertype, "always" | "never" | "auto">;
autoClosingQuotes: IEditorOption<autoClosingQuotes, "always" | "languageDefined" | "beforeWhitespace" | "never">;
autoIndent: IEditorOption<autoIndent, EditorAutoIndentStrategy>;
autoSurround: IEditorOption<autoSurround, "languageDefined" | "never" | "quotes" | "brackets">;
automaticLayout: IEditorOption<automaticLayout, boolean>;
bracketPairColorization: IEditorOption<bracketPairColorization, Readonly<Required<IBracketPairColorizationOptions>>>;
bracketPairGuides: IEditorOption<guides, Readonly<Required<IGuidesOptions>>>;
codeLens: IEditorOption<codeLens, boolean>;
codeLensFontFamily: IEditorOption<codeLensFontFamily, string>;
codeLensFontSize: IEditorOption<codeLensFontSize, number>;
colorDecoratorActivatedOn: IEditorOption<colorDecoratorsActivatedOn, "clickAndHover" | "click" | "hover">;
colorDecorators: IEditorOption<colorDecorators, boolean>;
colorDecoratorsLimit: IEditorOption<colorDecoratorsLimit, number>;
columnSelection: IEditorOption<columnSelection, boolean>;
comments: IEditorOption<comments, Readonly<Required<IEditorCommentsOptions>>>;
contextmenu: IEditorOption<contextmenu, boolean>;
copyWithSyntaxHighlighting: IEditorOption<copyWithSyntaxHighlighting, boolean>;
cursorBlinking: IEditorOption<cursorBlinking, TextEditorCursorBlinkingStyle>;
cursorSmoothCaretAnimation: IEditorOption<cursorSmoothCaretAnimation, "on" | "off" | "explicit">;
cursorStyle: IEditorOption<cursorStyle, TextEditorCursorStyle>;
cursorSurroundingLines: IEditorOption<cursorSurroundingLines, number>;
cursorSurroundingLinesStyle: IEditorOption<cursorSurroundingLinesStyle, "default" | "all">;
cursorWidth: IEditorOption<cursorWidth, number>;
defaultColorDecorators: IEditorOption<defaultColorDecorators, boolean>;
definitionLinkOpensInPeek: IEditorOption<definitionLinkOpensInPeek, boolean>;
disableLayerHinting: IEditorOption<disableLayerHinting, boolean>;
disableMonospaceOptimizations: IEditorOption<disableMonospaceOptimizations, boolean>;
domReadOnly: IEditorOption<domReadOnly, boolean>;
dragAndDrop: IEditorOption<dragAndDrop, boolean>;
dropIntoEditor: IEditorOption<dropIntoEditor, Readonly<Required<IDropIntoEditorOptions>>>;
editorClassName: IEditorOption<editorClassName, string>;
emptySelectionClipboard: IEditorOption<emptySelectionClipboard, boolean>;
experimentalWhitespaceRendering: IEditorOption<experimentalWhitespaceRendering, "off" | "svg" | "font">;
extraEditorClassName: IEditorOption<extraEditorClassName, string>;
fastScrollSensitivity: IEditorOption<fastScrollSensitivity, number>;
find: IEditorOption<find, Readonly<Required<IEditorFindOptions>>>;
fixedOverflowWidgets: IEditorOption<fixedOverflowWidgets, boolean>;
folding: IEditorOption<folding, boolean>;
foldingHighlight: IEditorOption<foldingHighlight, boolean>;
foldingImportsByDefault: IEditorOption<foldingImportsByDefault, boolean>;
foldingMaximumRegions: IEditorOption<foldingMaximumRegions, number>;
foldingStrategy: IEditorOption<foldingStrategy, "auto" | "indentation">;
fontFamily: IEditorOption<fontFamily, string>;
fontInfo: IEditorOption<fontInfo, FontInfo>;
fontLigatures2: IEditorOption<fontLigatures, string>;
fontSize: IEditorOption<fontSize, number>;
fontVariations: IEditorOption<fontVariations, string>;
fontWeight: IEditorOption<fontWeight, string>;
formatOnPaste: IEditorOption<formatOnPaste, boolean>;
formatOnType: IEditorOption<formatOnType, boolean>;
glyphMargin: IEditorOption<glyphMargin, boolean>;
gotoLocation: IEditorOption<gotoLocation, Readonly<Required<IGotoLocationOptions>>>;
hideCursorInOverviewRuler: IEditorOption<hideCursorInOverviewRuler, boolean>;
hover: IEditorOption<hover, Readonly<Required<IEditorHoverOptions>>>;
inDiffEditor: IEditorOption<inDiffEditor, boolean>;
inlayHints: IEditorOption<inlayHints, Readonly<Required<IEditorInlayHintsOptions>>>;
inlineCompletionsAccessibilityVerbose: IEditorOption<inlineCompletionsAccessibilityVerbose, boolean>;
inlineEdit: IEditorOption<inlineEdit, Readonly<Required<IInlineEditOptions>>>;
inlineSuggest: IEditorOption<inlineSuggest, Readonly<Required<IInlineSuggestOptions>>>;
layoutInfo: IEditorOption<layoutInfo, EditorLayoutInfo>;
letterSpacing: IEditorOption<letterSpacing, number>;
lightbulb: IEditorOption<lightbulb, Readonly<Required<IEditorLightbulbOptions>>>;
lineDecorationsWidth: IEditorOption<lineDecorationsWidth, number>;
lineHeight: IEditorOption<lineHeight, number>;
lineNumbers: IEditorOption<lineNumbers, InternalEditorRenderLineNumbersOptions>;
lineNumbersMinChars: IEditorOption<lineNumbersMinChars, number>;
linkedEditing: IEditorOption<linkedEditing, boolean>;
links: IEditorOption<links, boolean>;
matchBrackets: IEditorOption<matchBrackets, "always" | "never" | "near">;
minimap: IEditorOption<minimap, Readonly<Required<IEditorMinimapOptions>>>;
mouseStyle: IEditorOption<mouseStyle, "default" | "text" | "copy">;
mouseWheelScrollSensitivity: IEditorOption<mouseWheelScrollSensitivity, number>;
mouseWheelZoom: IEditorOption<mouseWheelZoom, boolean>;
multiCursorLimit: IEditorOption<multiCursorLimit, number>;
multiCursorMergeOverlapping: IEditorOption<multiCursorMergeOverlapping, boolean>;
multiCursorModifier: IEditorOption<multiCursorModifier, "altKey" | "metaKey" | "ctrlKey">;
multiCursorPaste: IEditorOption<multiCursorPaste, "spread" | "full">;
occurrencesHighlight: IEditorOption<occurrencesHighlight, "off" | "singleFile" | "multiFile">;
overviewRulerBorder: IEditorOption<overviewRulerBorder, boolean>;
overviewRulerLanes: IEditorOption<overviewRulerLanes, number>;
padding: IEditorOption<padding, Readonly<Required<IEditorPaddingOptions>>>;
parameterHints: IEditorOption<parameterHints, Readonly<Required<IEditorParameterHintOptions>>>;
pasteAs: IEditorOption<pasteAs, Readonly<Required<IPasteAsOptions>>>;
peekWidgetDefaultFocus: IEditorOption<peekWidgetDefaultFocus, "tree" | "editor">;
pixelRatio: IEditorOption<pixelRatio, number>;
quickSuggestions: IEditorOption<quickSuggestions, InternalQuickSuggestionsOptions>;
quickSuggestionsDelay: IEditorOption<quickSuggestionsDelay, number>;
readOnly: IEditorOption<readOnly, boolean>;
readOnlyMessage: IEditorOption<readOnlyMessage, any>;
renameOnType: IEditorOption<renameOnType, boolean>;
renderControlCharacters: IEditorOption<renderControlCharacters, boolean>;
renderFinalNewline: IEditorOption<renderFinalNewline, "on" | "off" | "dimmed">;
renderLineHighlight: IEditorOption<renderLineHighlight, "all" | "line" | "none" | "gutter">;
renderLineHighlightOnlyWhenFocus: IEditorOption<renderLineHighlightOnlyWhenFocus, boolean>;
renderValidationDecorations: IEditorOption<renderValidationDecorations, "on" | "off" | "editable">;
renderWhitespace: IEditorOption<renderWhitespace, "all" | "none" | "boundary" | "selection" | "trailing">;
revealHorizontalRightPadding: IEditorOption<revealHorizontalRightPadding, number>;
roundedSelection: IEditorOption<roundedSelection, boolean>;
rulers: IEditorOption<rulers, {}>;
screenReaderAnnounceInlineSuggestion: IEditorOption<screenReaderAnnounceInlineSuggestion, boolean>;
scrollBeyondLastColumn: IEditorOption<scrollBeyondLastColumn, number>;
scrollBeyondLastLine: IEditorOption<scrollBeyondLastLine, boolean>;
scrollPredominantAxis: IEditorOption<scrollPredominantAxis, boolean>;
scrollbar: IEditorOption<scrollbar, InternalEditorScrollbarOptions>;
selectOnLineNumbers: IEditorOption<selectOnLineNumbers, boolean>;
selectionClipboard: IEditorOption<selectionClipboard, boolean>;
selectionHighlight: IEditorOption<selectionHighlight, boolean>;
showDeprecated: IEditorOption<showDeprecated, boolean>;
showFoldingControls: IEditorOption<showFoldingControls, "always" | "never" | "mouseover">;
showUnused: IEditorOption<showUnused, boolean>;
smartSelect: IEditorOption<smartSelect, Readonly<Required<ISmartSelectOptions>>>;
smoothScrolling: IEditorOption<smoothScrolling, boolean>;
snippetSuggestions: IEditorOption<snippetSuggestions, "none" | "top" | "bottom" | "inline">;
stickyScroll: IEditorOption<stickyScroll, Readonly<Required<IEditorStickyScrollOptions>>>;
stickyTabStops: IEditorOption<stickyTabStops, boolean>;
stopRenderingLineAfter: IEditorOption<stopRenderingLineAfter, number>;
suggest: IEditorOption<suggest, Readonly<Required<ISuggestOptions>>>;
suggestFontSize: IEditorOption<suggestFontSize, number>;
suggestLineHeight: IEditorOption<suggestLineHeight, number>;
suggestOnTriggerCharacters: IEditorOption<suggestOnTriggerCharacters, boolean>;
suggestSelection: IEditorOption<suggestSelection, "first" | "recentlyUsed" | "recentlyUsedByPrefix">;
tabCompletion: IEditorOption<tabCompletion, "on" | "off" | "onlySnippets">;
tabFocusMode: IEditorOption<tabFocusMode, boolean>;
tabIndex: IEditorOption<tabIndex, number>;
unfoldOnClickAfterEndOfLine: IEditorOption<unfoldOnClickAfterEndOfLine, boolean>;
unicodeHighlight: IEditorOption<unicodeHighlighting, any>;
unusualLineTerminators: IEditorOption<unusualLineTerminators, "auto" | "off" | "prompt">;
useShadowDOM: IEditorOption<useShadowDOM, boolean>;
useTabStops: IEditorOption<useTabStops, boolean>;
wordBreak: IEditorOption<wordBreak, "normal" | "keepAll">;
wordSegmenterLocales: IEditorOption<wordSegmenterLocales, {}>;
wordSeparators: IEditorOption<wordSeparators, string>;
wordWrap: IEditorOption<wordWrap, "on" | "off" | "wordWrapColumn" | "bounded">;
wordWrapBreakAfterCharacters: IEditorOption<wordWrapBreakAfterCharacters, string>;
wordWrapBreakBeforeCharacters: IEditorOption<wordWrapBreakBeforeCharacters, string>;
wordWrapColumn: IEditorOption<wordWrapColumn, number>;
wordWrapOverride1: IEditorOption<wordWrapOverride1, "on" | "off" | "inherit">;
wordWrapOverride2: IEditorOption<wordWrapOverride2, "on" | "off" | "inherit">;
wrappingIndent: IEditorOption<wrappingIndent, WrappingIndent>;
wrappingInfo: IEditorOption<wrappingInfo, EditorWrappingInfo>;
wrappingStrategy: IEditorOption<wrappingStrategy, "simple" | "advanced">;
}
快捷链接
PacceptSuggestionOnCommitCharacter
PacceptSuggestionOnEnter
PaccessibilityPageSize
PaccessibilitySupport
PariaLabel
PariaRequired
PautoClosingBrackets
PautoClosingComments
PautoClosingDelete
PautoClosingOvertype
PautoClosingQuotes
PautoIndent
PautoSurround
PautomaticLayout
PbracketPairColorization
PbracketPairGuides
PcodeLens
PcodeLensFontFamily
PcodeLensFontSize
PcolorDecoratorActivatedOn
PcolorDecorators
PcolorDecoratorsLimit
PcolumnSelection
Pcomments
Pcontextmenu
PcopyWithSyntaxHighlighting
PcursorBlinking
PcursorSmoothCaretAnimation
PcursorStyle
PcursorSurroundingLines
PcursorSurroundingLinesStyle
PcursorWidth
PdefaultColorDecorators
PdefinitionLinkOpensInPeek
PdisableLayerHinting
PdisableMonospaceOptimizations
PdomReadOnly
PdragAndDrop
PdropIntoEditor
PeditorClassName
PemptySelectionClipboard
PexperimentalWhitespaceRendering
PextraEditorClassName
PfastScrollSensitivity
Pfind
PfixedOverflowWidgets
Pfolding
PfoldingHighlight
PfoldingImportsByDefault
PfoldingMaximumRegions
PfoldingStrategy
PfontFamily
PfontInfo
PfontLigatures2
PfontSize
PfontVariations
PfontWeight
PformatOnPaste
PformatOnType
PglyphMargin
PgotoLocation
PhideCursorInOverviewRuler
Phover
PinDiffEditor
PinlayHints
PinlineCompletionsAccessibilityVerbose
PinlineEdit
PinlineSuggest
PlayoutInfo
PletterSpacing
Plightbulb
PlineDecorationsWidth
PlineHeight
PlineNumbers
PlineNumbersMinChars
PlinkedEditing
Plinks
PmatchBrackets
Pminimap
PmouseStyle
PmouseWheelScrollSensitivity
PmouseWheelZoom
PmultiCursorLimit
PmultiCursorMergeOverlapping
PmultiCursorModifier
PmultiCursorPaste
PoccurrencesHighlight
PoverviewRulerBorder
PoverviewRulerLanes
Ppadding
PparameterHints
PpasteAs
PpeekWidgetDefaultFocus
PpixelRatio
PquickSuggestions
PquickSuggestionsDelay
PreadOnly
PreadOnlyMessage
PrenameOnType
PrenderControlCharacters
PrenderFinalNewline
PrenderLineHighlight
PrenderLineHighlightOnlyWhenFocus
PrenderValidationDecorations
PrenderWhitespace
PrevealHorizontalRightPadding
ProundedSelection
Prulers
PscreenReaderAnnounceInlineSuggestion
PscrollBeyondLastColumn
PscrollBeyondLastLine
PscrollPredominantAxis
Pscrollbar
PselectOnLineNumbers
PselectionClipboard
PselectionHighlight
PshowDeprecated
PshowFoldingControls
PshowUnused
PsmartSelect
PsmoothScrolling
PsnippetSuggestions
PstickyScroll
PstickyTabStops
PstopRenderingLineAfter
Psuggest
PsuggestFontSize
PsuggestLineHeight
PsuggestOnTriggerCharacters
PsuggestSelection
PtabCompletion
PtabFocusMode
PtabIndex
PunfoldOnClickAfterEndOfLine
PunicodeHighlight
PunusualLineTerminators
PuseShadowDOM
PuseTabStops
PwordBreak
PwordSegmenterLocales
PwordSeparators
PwordWrap
PwordWrapBreakAfterCharacters
PwordWrapBreakBeforeCharacters
PwordWrapColumn
PwordWrapOverride1
PwordWrapOverride2
PwrappingIndent
PwrappingInfo
PwrappingStrategy
acceptSuggestionOnCommitCharacter
- 类型: IEditorOption
<
acceptSuggestionOnCommitCharacter, boolean>
acceptSuggestionOnEnter
- 类型: IEditorOption
<
acceptSuggestionOnEnter, "on" | "off" | "smart">
accessibilityPageSize
- 类型: IEditorOption
<
accessibilityPageSize, number>
accessibilitySupport
ariaLabel
- 类型: IEditorOption
<
ariaLabel, string>
ariaRequired
- 类型: IEditorOption
<
ariaRequired, boolean>
autoClosingBrackets
- 类型: IEditorOption
<
autoClosingBrackets, "always" | "languageDefined" | "beforeWhitespace" | "never">
autoClosingComments
- 类型: IEditorOption
<
autoClosingComments, "always" | "languageDefined" | "beforeWhitespace" | "never">
autoClosingDelete
- 类型: IEditorOption
<
autoClosingDelete, "always" | "never" | "auto">
autoClosingOvertype
- 类型: IEditorOption
<
autoClosingOvertype, "always" | "never" | "auto">
autoClosingQuotes
- 类型: IEditorOption
<
autoClosingQuotes, "always" | "languageDefined" | "beforeWhitespace" | "never">
autoIndent
autoSurround
- 类型: IEditorOption
<
autoSurround, "languageDefined" | "never" | "quotes" | "brackets">
automaticLayout
- 类型: IEditorOption
<
automaticLayout, boolean>
bracketPairColorization
- 类型: IEditorOption
<
bracketPairColorization, Readonly<Required<
IBracketPairColorizationOptions>>>
bracketPairGuides
- 类型: IEditorOption
<
guides, Readonly<Required<
IGuidesOptions>>>
codeLens
- 类型: IEditorOption
<
codeLens, boolean>
codeLensFontFamily
- 类型: IEditorOption
<
codeLensFontFamily, string>
codeLensFontSize
- 类型: IEditorOption
<
codeLensFontSize, number>
colorDecoratorActivatedOn
- 类型: IEditorOption
<
colorDecoratorsActivatedOn, "clickAndHover" | "click" | "hover">
colorDecorators
- 类型: IEditorOption
<
colorDecorators, boolean>
colorDecoratorsLimit
- 类型: IEditorOption
<
colorDecoratorsLimit, number>
columnSelection
- 类型: IEditorOption
<
columnSelection, boolean>
comments
- 类型: IEditorOption
<
comments, Readonly<Required<
IEditorCommentsOptions>>>
contextmenu
- 类型: IEditorOption
<
contextmenu, boolean>
copyWithSyntaxHighlighting
- 类型: IEditorOption
<
copyWithSyntaxHighlighting, boolean>
cursorBlinking
cursorSmoothCaretAnimation
- 类型: IEditorOption
<
cursorSmoothCaretAnimation, "on" | "off" | "explicit">
cursorStyle
cursorSurroundingLines
- 类型: IEditorOption
<
cursorSurroundingLines, number>
cursorSurroundingLinesStyle
- 类型: IEditorOption
<
cursorSurroundingLinesStyle, "default" | "all">
cursorWidth
- 类型: IEditorOption
<
cursorWidth, number>
defaultColorDecorators
- 类型: IEditorOption
<
defaultColorDecorators, boolean>
definitionLinkOpensInPeek
- 类型: IEditorOption
<
definitionLinkOpensInPeek, boolean>
disableLayerHinting
- 类型: IEditorOption
<
disableLayerHinting, boolean>
disableMonospaceOptimizations
- 类型: IEditorOption
<
disableMonospaceOptimizations, boolean>
domReadOnly
- 类型: IEditorOption
<
domReadOnly, boolean>
dragAndDrop
- 类型: IEditorOption
<
dragAndDrop, boolean>
dropIntoEditor
- 类型: IEditorOption
<
dropIntoEditor, Readonly<Required<
IDropIntoEditorOptions>>>
editorClassName
- 类型: IEditorOption
<
editorClassName, string>
emptySelectionClipboard
- 类型: IEditorOption
<
emptySelectionClipboard, boolean>
experimentalWhitespaceRendering
- 类型: IEditorOption
<
experimentalWhitespaceRendering, "off" | "svg" | "font">
extraEditorClassName
- 类型: IEditorOption
<
extraEditorClassName, string>
fastScrollSensitivity
- 类型: IEditorOption
<
fastScrollSensitivity, number>
find
- 类型: IEditorOption
<
find, Readonly<Required<
IEditorFindOptions>>>
fixedOverflowWidgets
- 类型: IEditorOption
<
fixedOverflowWidgets, boolean>
folding
- 类型: IEditorOption
<
folding, boolean>
foldingHighlight
- 类型: IEditorOption
<
foldingHighlight, boolean>
foldingImportsByDefault
- 类型: IEditorOption
<
foldingImportsByDefault, boolean>
foldingMaximumRegions
- 类型: IEditorOption
<
foldingMaximumRegions, number>
foldingStrategy
- 类型: IEditorOption
<
foldingStrategy, "auto" | "indentation">
fontFamily
- 类型: IEditorOption
<
fontFamily, string>
fontInfo
- 类型: IEditorOption
<
fontInfo,
FontInfo>
fontLigatures2
- 类型: IEditorOption
<
fontLigatures, string>
fontSize
- 类型: IEditorOption
<
fontSize, number>
fontVariations
- 类型: IEditorOption
<
fontVariations, string>
fontWeight
- 类型: IEditorOption
<
fontWeight, string>
formatOnPaste
- 类型: IEditorOption
<
formatOnPaste, boolean>
formatOnType
- 类型: IEditorOption
<
formatOnType, boolean>
glyphMargin
- 类型: IEditorOption
<
glyphMargin, boolean>
gotoLocation
- 类型: IEditorOption
<
gotoLocation, Readonly<Required<
IGotoLocationOptions>>>
hideCursorInOverviewRuler
- 类型: IEditorOption
<
hideCursorInOverviewRuler, boolean>
hover
- 类型: IEditorOption
<
hover, Readonly<Required<
IEditorHoverOptions>>>
inDiffEditor
- 类型: IEditorOption
<
inDiffEditor, boolean>
inlayHints
- 类型: IEditorOption
<
inlayHints, Readonly<Required<
IEditorInlayHintsOptions>>>
inlineCompletionsAccessibilityVerbose
- 类型: IEditorOption
<
inlineCompletionsAccessibilityVerbose, boolean>
inlineEdit
- 类型: IEditorOption
<
inlineEdit, Readonly<Required<
IInlineEditOptions>>>
inlineSuggest
- 类型: IEditorOption
<
inlineSuggest, Readonly<Required<
IInlineSuggestOptions>>>
layoutInfo
letterSpacing
- 类型: IEditorOption
<
letterSpacing, number>
lightbulb
- 类型: IEditorOption
<
lightbulb, Readonly<Required<
IEditorLightbulbOptions>>>
lineDecorationsWidth
- 类型: IEditorOption
<
lineDecorationsWidth, number>
lineHeight
- 类型: IEditorOption
<
lineHeight, number>
lineNumbers
lineNumbersMinChars
- 类型: IEditorOption
<
lineNumbersMinChars, number>
linkedEditing
- 类型: IEditorOption
<
linkedEditing, boolean>
links
- 类型: IEditorOption
<
links, boolean>
matchBrackets
- 类型: IEditorOption
<
matchBrackets, "always" | "never" | "near">
minimap
- 类型: IEditorOption
<
minimap, Readonly<Required<
IEditorMinimapOptions>>>
mouseStyle
- 类型: IEditorOption
<
mouseStyle, "default" | "text" | "copy">
mouseWheelScrollSensitivity
- 类型: IEditorOption
<
mouseWheelScrollSensitivity, number>
mouseWheelZoom
- 类型: IEditorOption
<
mouseWheelZoom, boolean>
multiCursorLimit
- 类型: IEditorOption
<
multiCursorLimit, number>
multiCursorMergeOverlapping
- 类型: IEditorOption
<
multiCursorMergeOverlapping, boolean>
multiCursorModifier
- 类型: IEditorOption
<
multiCursorModifier, "altKey" | "metaKey" | "ctrlKey">
multiCursorPaste
- 类型: IEditorOption
<
multiCursorPaste, "spread" | "full">
occurrencesHighlight
- 类型: IEditorOption
<
occurrencesHighlight, "off" | "singleFile" | "multiFile">
overviewRulerBorder
- 类型: IEditorOption
<
overviewRulerBorder, boolean>
overviewRulerLanes
- 类型: IEditorOption
<
overviewRulerLanes, number>
padding
- 类型: IEditorOption
<
padding, Readonly<Required<
IEditorPaddingOptions>>>
parameterHints
- 类型: IEditorOption
<
parameterHints, Readonly<Required<
IEditorParameterHintOptions>>>
pasteAs
- 类型: IEditorOption
<
pasteAs, Readonly<Required<
IPasteAsOptions>>>
peekWidgetDefaultFocus
- 类型: IEditorOption
<
peekWidgetDefaultFocus, "tree" | "editor">
pixelRatio
- 类型: IEditorOption
<
pixelRatio, number>
quickSuggestions
quickSuggestionsDelay
- 类型: IEditorOption
<
quickSuggestionsDelay, number>
readOnly
- 类型: IEditorOption
<
readOnly, boolean>
readOnlyMessage
- 类型: IEditorOption
<
readOnlyMessage, any>
renameOnType
- 类型: IEditorOption
<
renameOnType, boolean>
renderControlCharacters
- 类型: IEditorOption
<
renderControlCharacters, boolean>
renderFinalNewline
- 类型: IEditorOption
<
renderFinalNewline, "on" | "off" | "dimmed">
renderLineHighlight
- 类型: IEditorOption
<
renderLineHighlight, "all" | "line" | "none" | "gutter">
renderLineHighlightOnlyWhenFocus
- 类型: IEditorOption
<
renderLineHighlightOnlyWhenFocus, boolean>
renderValidationDecorations
- 类型: IEditorOption
<
renderValidationDecorations, "on" | "off" | "editable">
renderWhitespace
- 类型: IEditorOption
<
renderWhitespace, "all" | "none" | "boundary" | "selection" | "trailing">
revealHorizontalRightPadding
- 类型: IEditorOption
<
revealHorizontalRightPadding, number>
roundedSelection
- 类型: IEditorOption
<
roundedSelection, boolean>
rulers
- 类型: IEditorOption
<
rulers, {}>
screenReaderAnnounceInlineSuggestion
- 类型: IEditorOption
<
screenReaderAnnounceInlineSuggestion, boolean>
scrollBeyondLastColumn
- 类型: IEditorOption
<
scrollBeyondLastColumn, number>
scrollBeyondLastLine
- 类型: IEditorOption
<
scrollBeyondLastLine, boolean>
scrollPredominantAxis
- 类型: IEditorOption
<
scrollPredominantAxis, boolean>
scrollbar
selectOnLineNumbers
- 类型: IEditorOption
<
selectOnLineNumbers, boolean>
selectionClipboard
- 类型: IEditorOption
<
selectionClipboard, boolean>
selectionHighlight
- 类型: IEditorOption
<
selectionHighlight, boolean>
showDeprecated
- 类型: IEditorOption
<
showDeprecated, boolean>
showFoldingControls
- 类型: IEditorOption
<
showFoldingControls, "always" | "never" | "mouseover">
showUnused
- 类型: IEditorOption
<
showUnused, boolean>
smartSelect
- 类型: IEditorOption
<
smartSelect, Readonly<Required<
ISmartSelectOptions>>>
smoothScrolling
- 类型: IEditorOption
<
smoothScrolling, boolean>
snippetSuggestions
- 类型: IEditorOption
<
snippetSuggestions, "none" | "top" | "bottom" | "inline">
stickyScroll
- 类型: IEditorOption
<
stickyScroll, Readonly<Required<
IEditorStickyScrollOptions>>>
stickyTabStops
- 类型: IEditorOption
<
stickyTabStops, boolean>
stopRenderingLineAfter
- 类型: IEditorOption
<
stopRenderingLineAfter, number>
suggest
- 类型: IEditorOption
<
suggest, Readonly<Required<
ISuggestOptions>>>
suggestFontSize
- 类型: IEditorOption
<
suggestFontSize, number>
suggestLineHeight
- 类型: IEditorOption
<
suggestLineHeight, number>
suggestOnTriggerCharacters
- 类型: IEditorOption
<
suggestOnTriggerCharacters, boolean>
suggestSelection
- 类型: IEditorOption
<
suggestSelection, "first" | "recentlyUsed" | "recentlyUsedByPrefix">
tabCompletion
- 类型: IEditorOption
<
tabCompletion, "on" | "off" | "onlySnippets">
tabFocusMode
- 类型: IEditorOption
<
tabFocusMode, boolean>
tabIndex
- 类型: IEditorOption
<
tabIndex, number>
unfoldOnClickAfterEndOfLine
- 类型: IEditorOption
<
unfoldOnClickAfterEndOfLine, boolean>
unicodeHighlight
- 类型: IEditorOption
<
unicodeHighlighting, any>
unusualLineTerminators
- 类型: IEditorOption
<
unusualLineTerminators, "auto" | "off" | "prompt">
useShadowDOM
- 类型: IEditorOption
<
useShadowDOM, boolean>
useTabStops
- 类型: IEditorOption
<
useTabStops, boolean>
wordBreak
- 类型: IEditorOption
<
wordBreak, "normal" | "keepAll">
wordSegmenterLocales
- 类型: IEditorOption
<
wordSegmenterLocales, {}>
wordSeparators
- 类型: IEditorOption
<
wordSeparators, string>
wordWrap
- 类型: IEditorOption
<
wordWrap, "on" | "off" | "wordWrapColumn" | "bounded">
wordWrapBreakAfterCharacters
- 类型: IEditorOption
<
wordWrapBreakAfterCharacters, string>
wordWrapBreakBeforeCharacters
- 类型: IEditorOption
<
wordWrapBreakBeforeCharacters, string>
wordWrapColumn
- 类型: IEditorOption
<
wordWrapColumn, number>
wordWrapOverride1
- 类型: IEditorOption
<
wordWrapOverride1, "on" | "off" | "inherit">
wordWrapOverride2
- 类型: IEditorOption
<
wordWrapOverride2, "on" | "off" | "inherit">
wrappingIndent
- 类型: IEditorOption
<
wrappingIndent, WrappingIndent>
wrappingInfo
wrappingStrategy
- 类型: IEditorOption
<
wrappingStrategy, "simple" | "advanced">