Skip to content

nicolaslopezj/atom-autocomplete-modules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atom autocomplete for modules.

Build Status Current version Downloads

Autocomplete for require/import statements.

Preview

Configuration

Include file extension: Include the file's extension when filling in the completion.

Vendor directories: A list of directories to search for modules relative to the project root. (Default: node_modules)

Webpack support: Look for webpack configuration file and add the resolve.modulesDirectories paths to the module search scope.

Webpack configuration filename: Name of the configuration file to look for. (Default: webpack.config.js)

Babel Plugin Module Resolver support: Look for a Babel Plugin Module Resolver configuration and use it for the autocomplete suggestions.

License

MIT License

About

Autocomplete for require/import statements

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%