Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Code
monaco.editor.create(document.getElementById('container'), {
value: "function hello() {\n\talert('Hello world!');\n}",
language: 'typescript'
});
Actual Behavior

help
Expected Behavior
show autocompletion
Additional Context
if not bug then how to implement string completion? (sorry bad english )
Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Code
Actual Behavior
help
Expected Behavior
show autocompletion
Additional Context
if not bug then how to implement string completion? (sorry bad english )