79457522

Date: 2025-02-21 13:34:47
Score: 3
Natty:
Report link

var editor = monaco.editor.create(document.getElementById("editorContainer"), {
  value: jsCode,
  language: "typescript", //can use your custom language here
  suggest: {
    showWords: false
  }
});

can this be done only during the creation of the editor? can I change the configuration to false afterwards?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): can this
  • Low reputation (1):
Posted by: Husni Hussain C K