Socket
Socket
Sign inDemoInstall

atom-import-js

Package Overview
Dependencies
22
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    atom-import-js

Run Import-JS in Atom. Requires the import_js gem.


Version published
Weekly downloads
9
increased by800%
Maintainers
2
Install size
2.88 MB
Created
Weekly downloads
 

Readme

Source

Import-JS Atom plugin

This is the Atom plugin for Import-JS.

Installing

  1. Install the plugin via Atom's package manager.

  2. Install the import_js gem

    gem install import_js
    
  3. Install eslint

    npm install -g eslint
    
  4. Configure import-js for your project

  5. Open the root of your project as a folder (File -> Add Project Folder…)

  6. Import a file!

    Whenever you have undefined variables, open the Command Palette (CTRL+SHIFT+P/CMD+SHIFT+P) and select "Import Js: Fix all imports", or "ImportJS: Import word under cursor".

Keywords

FAQs

Last updated on 18 Mar 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc