autocomplete-js-import

Autocompletes commonjs and es6 import statements

Daniel Garcia-Carrillo

77,212

52

Bug Reports

1.4.0

MIT

GitHub

This package provides the following services:

autocomplete-js-import

Autocomplete+ provider for JS import statements

Autocompletes ES6 or CommonJS (node) style import statements with relative file matching, full project fuzzy file matching or packages found in package.json.

By default, plugin will only allow autocompletion in the form of relative paths:

import local files screenshot

New Fuzzy matching (disabled by default)

Additional features

TODO / Known Issues