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

Automatic type acquisition autocomplete is not working with JSDoc comments #18184

Closed
mohsen1 opened this issue Jan 5, 2017 · 1 comment
Closed
Assignees
Labels
javascript JavaScript support issues upstream Issue identified as 'upstream' component related (exists outside of VS Code)

Comments

@mohsen1
Copy link

mohsen1 commented Jan 5, 2017

  • VSCode Version: 1.8.1
  • OS Version: macOS

Steps to Reproduce:

  1. Make a file with following contents
var webpack = require('webpack')

/** @type {webpack.Configuration} */
var config = {
    module: {
        loa // expected autocomplete 
    }
}

module.exports = config;
  1. In line 6, based on webpak type definition I should autocomplete for loaders.

screen shot 2017-01-05 at 10 26 04 am

@mjbvz
Copy link
Collaborator

mjbvz commented Jan 6, 2017

This issue was moved to microsoft/TypeScript#13333

@mjbvz mjbvz closed this as completed Jan 6, 2017
@mjbvz mjbvz added the upstream Issue identified as 'upstream' component related (exists outside of VS Code) label Jan 6, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
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

3 participants