atom-insert-require
v0.0.0
Published
Atom plugin to automatically add require
Downloads
12
Readme
fb-require
- Move your cursor on a word (or select it) like
React - Press cmd-shift-r
- It will insert
var React = require('React');and at the right place for you
