react-show-in-atom
v1.0.3
Published
Navigate to line of code where react element is defined by clicking on it
Downloads
13
Readme
react-show-in-atom
Navigate to line of code where react element is defined by clicking on it. Currently only for Atom editor
installation:
npm install -g react-show-in-atom
- enable jsx source plugin in your compilation step - https://www.npmjs.com/package/babel-plugin-transform-react-jsx-source
- Add
<script src='http://localhost:3222/open-in-editor.js'></script>
to your page - start server by typing
show-in-atom
( or./node_modules/.bin/show-in-atom
if installed locally ) - Command+mouse click on the element to open source for the element, Command+Shift+mouse click to navigate to owner element source.
linux, osx:
no need to do anything, should connect to atom automatically
windows:
before starting 'show-in-atom': (TODO: research a way to automate this using node core or windows built in functionality)
- locate pipe name for atom using pipelist
- set
ATOM_SOCK
variable to be\\.\pipe\[pipe name]