Skip to content

JavaScript Property Suggestions Do not Pick Up Type From JSDoc Comment #13333

@mjbvz

Description

@mjbvz

From @mohsen1 on January 5, 2017 18:28

  • 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

Copied from original issue: microsoft/vscode#18184

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: JavaScriptThe issue relates to JavaScript specificallyVS Code TrackedThere is a VS Code equivalent to this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions