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

No intellisense for Javascript projects #2056

Closed
AndrewRayCode opened this issue Jan 16, 2016 · 1 comment
Closed

No intellisense for Javascript projects #2056

AndrewRayCode opened this issue Jan 16, 2016 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) javascript JavaScript support issues

Comments

@AndrewRayCode
Copy link

For example without even having to analyze user Javascript classes, basic intellisense is missing:

screen shot 2016-01-15 at 5 11 58 pm

I type test., nothing happens so I type Ctrl-Space and after 1-2 seconds(!) an empty menu comes up.

Function arguments aren't suggested:

screen shot 2016-01-15 at 5 13 46 pm

My jsconfig.json:

{
    "compilerOptions": {
        "target": "ES6",
        "module": "commonjs"
    },
    "exclude": [
        "node_modules"
    ]
}
@isidorn isidorn added the javascript JavaScript support issues label Jan 18, 2016
@jrieken
Copy link
Member

jrieken commented Jan 18, 2016

duplicate of #2054

@jrieken jrieken closed this as completed Jan 18, 2016
@jrieken jrieken added *duplicate Issue identified as a duplicate of another issue(s) and removed *duplicate Issue identified as a duplicate of another issue(s) labels Apr 29, 2016
@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
*duplicate Issue identified as a duplicate of another issue(s) javascript JavaScript support issues
Projects
None yet
Development

No branches or pull requests

3 participants