insert-require
v1.0.0
Published
Atom plugin to automatically insert require
Downloads
2
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