You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the insertTextRules‘s value of the provideCompletionItems function is 4(CompletionItemInsertTextRule.InsertAsSnippet), after selected the option, delete the completed content and input something again. At this time, the input content will have a background color.
How to not display the background color when inputting again after deleting the completed content?
if you select "Completion Provider Example" on playground and you can be replicated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When the insertTextRules‘s value of the provideCompletionItems function is 4(CompletionItemInsertTextRule.InsertAsSnippet), after selected the option, delete the completed content and input something again. At this time, the input content will have a background color.
How to not display the background color when inputting again after deleting the completed content?
if you select "Completion Provider Example" on playground and you can be replicated.
demo: https://microsoft.github.io/monaco-editor/playground.html?source=v0.49.0#example-extending-language-services-completion-provider-example
Beta Was this translation helpful? Give feedback.
All reactions