Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattzeunert/OctoTern
Jump to variable definition on Github
https://github.com/mattzeunert/OctoTern
Last synced: 16 days ago
JSON representation
Jump to variable definition on Github
- Host: GitHub
- URL: https://github.com/mattzeunert/OctoTern
- Owner: mattzeunert
- License: mit
- Created: 2016-06-03T06:56:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T10:55:35.000Z (about 7 years ago)
- Last Synced: 2024-08-01T05:22:49.300Z (3 months ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/octotern/fhgodjaafcddpfdpfmoimnjpelemhnmm
- Size: 273 KB
- Stars: 101
- Watchers: 7
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.