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

Which file to place the configuration for npm intellisense #38

Open
jeud opened this issue May 26, 2017 · 2 comments
Open

Which file to place the configuration for npm intellisense #38

jeud opened this issue May 26, 2017 · 2 comments

Comments

@jeud
Copy link

jeud commented May 26, 2017

Hi

I've seen the configuration on the readme

{
    "npm-intellisense.importES6": false,
    "npm-intellisense.importQuotes": "'",
    "npm-intellisense.importLinebreak": ";\r\n",
    "npm-intellisense.importDeclarationType": "const",
}

please guide me which file to place this configuration into

Thanks

@jeud jeud changed the title Which file to use to place the configuration for npm intellisense Which file to place the configuration for npm intellisense May 26, 2017
@NKjoep
Copy link

NKjoep commented Jul 26, 2017

Usually configuration settings go to the user settings file:

image

@adpoyao
Copy link

adpoyao commented Oct 29, 2017

Hi there - I installed the configuration inside my user settings file and I can't tell if the insertion is working. More specifically, when I declare for example const morgan = require('morgan'), it would not auto-populate if I open with a single quotation (but works when I don't have the single quotation).

Please guide me! Thank you.

{
"npm-intellisense.importES6": true,
"npm-intellisense.importQuotes": "'",
"npm-intellisense.importLinebreak": ";\r\n",
"npm-intellisense.importDeclarationType": "const",
"npm-intellisense.scanDevDependencies": true
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants