Currently autocomplete-modules list all packages inside node_modules directory. Using npm 3 will make autocomplete list all packages because of flat hierarchy.
I think the default behavior should only list packages that is native in nodejs and packages that is explicitly defined in package.json. We can probably add another setting to include all packages inside node_modules if we want implicit import
What do you think?
Currently autocomplete-modules list all packages inside
node_modulesdirectory. Using npm 3 will make autocomplete list all packages because of flat hierarchy.I think the default behavior should only list packages that is native in nodejs and packages that is explicitly defined in
package.json. We can probably add another setting to include all packages insidenode_modulesif we want implicit importWhat do you think?