Skip to content

Object methods are missing IntelliSense #298

Description

Hey,

methods in POJOs don't autocomplete like here:

var foo = {
    bar() {
    }

    baz() {
        this.bar<ctrl+space>
    }
}

although it works just fine for ES6 classes:

class Foo  {
    bar() {
    }

    baz() {
        this.bar<ctrl+space>
    }
}

BR
Dominik

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

feature-requestRequest for new features or functionalityjavascriptJavaScript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions