Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattzeunert/OctoTern

Jump to variable definition on Github
https://github.com/mattzeunert/OctoTern

Last synced: about 2 months ago
JSON representation

Jump to variable definition on Github

Awesome Lists containing this project

README

        

# 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](http://ternjs.net/).

[Install from Chrome Web Store](https://chrome.google.com/webstore/detail/octotern/fhgodjaafcddpfdpfmoimnjpelemhnmm)

![Video of jumping to variable](https://cloud.githubusercontent.com/assets/1303660/16002717/0198e584-3151-11e6-8ac3-21758d36aa58.gif)

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