jaylynch / react-show-in-atom

Navigate to line of code where react element is defined by clicking on it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ./.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.

About

Navigate to line of code where react element is defined by clicking on it

License:MIT License


Languages

Language:JavaScript 100.0%