Replies: 1 comment
-
Monaco will do prefix matching by default so. Since your the text where your cursor is currently has a prefix of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Code
Reproduction Steps
Monaco.Editor.Playground.webm
Actual (Problematic) Behavior
CompletionItemProvider not working in some cases.
Example:
I have define completionItemProvide for auto completion. And also have provide triggerCharacters. But it works with space after colon(:). But not working without space. Please, Refer the above video. Is there any workaround?
Expected Behavior
No response
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions