Skip to content

mattzeunert/OctoTern

Repository files navigation

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.