Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object methods are missing IntelliSense #298

Closed
dschmidt opened this issue Nov 20, 2015 · 2 comments
Closed

Object methods are missing IntelliSense #298

dschmidt opened this issue Nov 20, 2015 · 2 comments
Assignees
Labels
feature-request Request for new features or functionality javascript JavaScript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Milestone

Comments

@dschmidt
Copy link

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

@jrieken jrieken added the feature-request Request for new features or functionality label Nov 24, 2015
@egamma egamma modified the milestone: Backlog Dec 10, 2015
@mjbvz mjbvz added the javascript JavaScript support issues label Nov 18, 2016
@mjbvz
Copy link
Collaborator

mjbvz commented Nov 18, 2016

See this (rolled back) TS fix: microsoft/TypeScript#8382 and discussion of the issue microsoft/TypeScript#8191

Confirmed this behavior is still present in current releases as well.

@waderyan waderyan self-assigned this Nov 21, 2016
@waderyan waderyan changed the title [Javascript] Object methods are not autocompleted Object methods are missing IntelliSense Nov 21, 2016
@mjbvz mjbvz self-assigned this Jan 26, 2017
@mjbvz mjbvz added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Jan 26, 2017
@mjbvz
Copy link
Collaborator

mjbvz commented Jan 27, 2017

Closing as upstream of mentioned issues or possible duplicate of: microsoft/TypeScript#11072

We need the TypeScript team to fix this on their side. Once they do, we will should automatically pick up the fix

@mjbvz mjbvz closed this as completed Jan 27, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
roblourens added a commit to microsoft/vscode-chrome-debug that referenced this issue Mar 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality javascript JavaScript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)
Projects
None yet
Development

No branches or pull requests

5 participants