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

Intellisense not working #3017

Closed
hellopao opened this issue Feb 15, 2016 · 3 comments
Closed

Intellisense not working #3017

hellopao opened this issue Feb 15, 2016 · 3 comments
Assignees

Comments

@hellopao
Copy link

I've upgraded the vs code to the latest version ,and the Salsa was enabled.
Now, the code intellisense does not work without an jsconfig.json file. but version 0.10.6 worked well.

withoutjsconfig
withjsconfig

@meritozh
Copy link

Same issues. I hope Salsa can works without a jsconfig.json. How about contain a default jsconfig.json without manual creating one?

@nilshartmann
Copy link

In my case Intellisense (even with a jsconfig.json) only works for modules that have been required but not for modules that have been imported using ES6 import:

intellisense-es6

You can find my sample project here: https://github.com/nilshartmann/vsctest
My environment:

  • Visual Studio Code Version 0.10.8 with Salsa preview enabled
  • No extensions
  • MacOS
  • TypeScript installed locally (1.9.0-dev.20160218)
  • jsconfig.json (tried several more variants all without success):
{    
    "compilerOptions": {
        "target": "ES6"
    },
    "exclude": [
        "node_modules"
    ]
}

Just noticed: Importing a module from my own project that uses ES6 export seems to work.

I'm not sure if this is the same problem or to better open a new Issue?

@egamma
Copy link
Member

egamma commented Feb 20, 2016

This issue was moved to microsoft/TypeScript#7166

@egamma egamma closed this as completed Feb 20, 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
None yet
Projects
None yet
Development

No branches or pull requests

4 participants