add example for inlay hints

This commit is contained in:
hamidreza kalbasi 2021-08-27 12:53:29 +04:30
parent 14965508c7
commit 104b0cb587
4 changed files with 41 additions and 0 deletions

View file

@ -107,6 +107,8 @@ monaco.editor.create(document.getElementById("container"), {
'editorLineNumber.activeForeground' // Color of editor active line number.
'editorRuler.foreground' // Color of the editor rulers.
'editorCodeLens.foreground' // Foreground color of editor code lenses
'editorInlayHint.foreground' // Foreground color of editor inlay hints
'editorInlayHint.background' // Background color of editor inlay hints
'editorBracketMatch.background' // Background color behind matching brackets
'editorBracketMatch.border' // Color for matching brackets boxes
'editorOverviewRuler.border' // Color of the overview ruler border.