Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 639 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 639 Bytes

OctoTern

Chrome Extension that lets you jump to a variable's definition when viewing JavaScript code on Github. Also highlights all variable references. Built using Tern.

Install from Chrome Web Store

Video of jumping to variable

Development

Run npm run watch to compile for dev and watch for updates. Then load the extension folder into Chrome as an unpacked extension. Run npm run build to compile for prod.