Mocano编辑器建议框未显示项目文本

时间:2020-09-04 09:10:57

标签: javascript monaco-editor

Vue,Chrome和Firefox

“建议”框不显示项目文本:

editor = monaco.editor.create(dom,{
  //  this.value
  // value: "// First line\n select * from test t \n// Last line",
  language: 'javascript',
  automaticLayout: true,

  selectionHighlight: true,
});

类似于此问题:monaco editor suggestion popup text is not visible

0 个答案:

没有答案
相关问题