Replies: 1 comment
-
I would also like this to be added |
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
Actual (Problematic) Behavior
Autocomplete does not appear until you manually bring it up with ctrl + space, both after typing the opening parenthesis and the opening quote.
Expected Behavior
Autocomplete (with options 'foo' and 'bar', in the case of the example) appears as soon as you type a quote in the function parameter. This is how it VS Code works, both in the desktop and the browser.
Additional Context
This seems to be caused by the different triggers characters in the
SuggestAdapter
, in Monaco and in VS Code. It's possible that this is intentional behavior, but I couldn't find it documented anywhere.This issue was brought up in #2883, but was not marked as a bug there.
Beta Was this translation helpful? Give feedback.
All reactions