monaco编辑器自动填充功能不正确地包含此属性

时间:2017-12-02 19:33:47

标签: javascript monaco-editor

当我在摩纳哥编辑器中使用自动填充时,this成员变量似乎无法正确自动完成。例如:

function myFunc() {
    this.foo = []
    this.foo. // I would expect autocompletions here
    var bar = []
    bar. // this works, showing array methods, etc
}

如何让这个成员变量也显示在自动填充中?

0 个答案:

没有答案