All Projects → pd4d10 → Octohint

pd4d10 / Octohint

Licence: mit
The missing IntelliSense hint for GitHub and GitLab

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Octohint

Github Contribution Color Graph
Change colors of contribution graph in GitHub.
Stars: ✭ 70 (-92.27%)
Mutual labels:  chrome-extension, browser-extension, github-extension
Github Gmail
[WebExtension] Open GitHub notifications with shortcuts in Gmail.
Stars: ✭ 998 (+10.15%)
Mutual labels:  chrome-extension, browser-extension, github-extension
Contributors On Github
🌵 Show stats about contributors on github
Stars: ✭ 391 (-56.84%)
Mutual labels:  chrome-extension, browser-extension, github-extension
Npmhub
🔎 A browser extension to explore npm dependencies on GitHub repos
Stars: ✭ 542 (-40.18%)
Mutual labels:  chrome-extension, browser-extension, github-extension
Github Dashboard
[Web extension] Filter events on github.com activity dashboard.
Stars: ✭ 509 (-43.82%)
Mutual labels:  chrome-extension, browser-extension, github-extension
Notifier For Github
Browser extension - Get notified about new GitHub notifications
Stars: ✭ 1,259 (+38.96%)
Mutual labels:  chrome-extension, browser-extension, github-extension
Github Subscribed
Chrome extension that keeps track of your subscription and show them on Github
Stars: ✭ 36 (-96.03%)
Mutual labels:  chrome-extension, browser-extension, github-extension
Github Vscode Icons
📦 vscode-icons for github, nearly 1000 file/folder icons
Stars: ✭ 113 (-87.53%)
Mutual labels:  chrome-extension, browser-extension, github-extension
Awesome Browser Extensions For Github
A collection of awesome browser extensions for GitHub.
Stars: ✭ 2,255 (+148.9%)
Mutual labels:  chrome-extension, browser-extension, github-extension
Refined Github
Browser extension that simplifies the GitHub interface and adds useful features
Stars: ✭ 16,446 (+1715.23%)
Mutual labels:  chrome-extension, browser-extension, github-extension
Buster
Captcha solver extension for humans
Stars: ✭ 4,244 (+368.43%)
Mutual labels:  chrome-extension, browser-extension
Do Not Merge Wip For Github
Do Not Merge WIP for GitHub
Stars: ✭ 323 (-64.35%)
Mutual labels:  chrome-extension, github-extension
Browser Extension Template
📕 Barebones boilerplate with webpack, options handler and auto-publishing
Stars: ✭ 296 (-67.33%)
Mutual labels:  chrome-extension, browser-extension
Memex
Browser Extension to full-text search your browsing history & bookmarks.
Stars: ✭ 3,344 (+269.09%)
Mutual labels:  chrome-extension, browser-extension
Extanalysis
Browser Extension Analysis Framework - Scan, Analyze Chrome, firefox and Brave extensions for vulnerabilities and intels
Stars: ✭ 351 (-61.26%)
Mutual labels:  chrome-extension, browser-extension
Noobox
A Chrome Extension that contains useful tools
Stars: ✭ 389 (-57.06%)
Mutual labels:  chrome-extension, browser-extension
Console Importer
Easily import JS and CSS resources from Chrome console.
Stars: ✭ 426 (-52.98%)
Mutual labels:  chrome-extension, browser-extension
Read Aloud
An awesome browser extension that reads aloud webpage content with one click
Stars: ✭ 444 (-50.99%)
Mutual labels:  chrome-extension, browser-extension
Jjb
一个帮助你自动申请京东价格保护的chrome拓展
Stars: ✭ 3,083 (+240.29%)
Mutual labels:  chrome-extension, browser-extension
Svg Screenshots
📸🧩 Browser extension to take scalable, semantic, accessible screenshots of websites in SVG format.
Stars: ✭ 404 (-55.41%)
Mutual labels:  chrome-extension, browser-extension

Octohint

chrome web store users rating

Demo

Introduction

Octohint is a browser extension which adds IntelliSense hint to GitHub and GitLab.

Introduction at Medium

Installation

Chrome

Install it from Chrome Web Store

Safari

Install it from Safari Extensions Gallery

Firefox

Currently you could build it from source, see web extension section of contributing docs. Or try this one. You can use the "On your own" signing option on Mozilla addon site to create a signed add-on for your self, and install it. Alternatively, you can follow this guide to install it temporarly from local directory, note that add-on installed this way is temporary add-on, and will be removed every time you restart the Firefox.

Make sure your version of Firefox supports web extensions.

Opera

Use this extension: Install Chrome Extensions to install Octohint from Chrome Web Store

Features

With Octohint installed, when you view code at GitHub (For example this demo), you'll get features as follows:

  • Mouse Hover: Show information of current token
  • Left Click: Show all references of current token
  • [⌘] + Click: Go to definition of current token (For Windows and Linux user, use [Ctrl] instead)

Supported languages

Octohint supports all languages. There are two strategies:

  • IntelliSense hint: TypeScript, JavaScript, CSS, LESS, SCSS
  • Simple token matching: All other languages

It is because browser only runs JavaScript. But with help of WebAssembly, maybe we could bring other languages' IntelliSense analysis to browser! It's still in research

Supported platforms

Support GitHub and GitLab. Since GitLab CE has many versions, I'm not sure it works correctly on every version. If you find some bugs you could submit an issue.

Bitbucket's code viewer UI has changed greatly, so there is still lots of work to do.

Get your private site works

If GitHub/GitLab/Bitbucket you are using is hosted on different site, go to chrome://extensions, click options of Octohint, then add match patterns of your site, like https://www.example.com/*.

options

Privacy policy

Octohint is a pure client thing. All code analysis are performed at your browser, which means your code and actions log like click, mousemove will never be sent to any server.

Feel free to use it at your private GitHub/GitLab/Bitbucket.

Related tools

  • Octoview: The missing preview feature for GitHub

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].