dissimulate / octohint

A browser extension which brings VSCode's IntelliSense hint to GitHub

Home Page:https://chrome.google.com/webstore/detail/octohint/hbkpjkfdheainjkkebeoofkpgddnnbpk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Octohint

Build Status Chrome Web Store Chrome Web Store Chrome Web Store

Demo

Introduction

Octohint is a browser extension which brings VSCode's IntelliSense hint to GitHub. Used to be named as Intelli-octo.

Installation

Chrome

Install it from Chrome Web Store

Manual install is also available: Go to release page, find chrome.zip file and download it.

Firefox

Make sure your version of Firefox supports web extensions. The installation is the same as Manual install of Chrome.

Safari

  1. Download this zip file, double click to unpack it in Finder

  2. Enable Develop tools of Safari

  3. At top menubar, click Develop -> Show Extension builder, then click '+' on the bottom left corner of popup window, choose 'Add Extension', then select unpacked folder on step 1.

  4. Click 'Install' button on the top right, done.

Features

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

  • Hover to see quick information
  • Click to show all occurrences
  • [⌘] + Click to go to definition (For Windows and Linux user, use [Ctrl])

Supported languages

  • Rich IntelliSense hint: TypeScript, JavaScript, CSS and more...
  • Base token matching: All languages

Supported platforms

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

Get private GitHub/GitLab/Bitbucket 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

Octohint is a pure client thing. All code analysis are performed at your browser, which means your code and actions like click, mousemove will never be sent to any server. So feel free to use it at your private GitHub/GitLab/Bitbucket.

License

MIT

About

A browser extension which brings VSCode's IntelliSense hint to GitHub

https://chrome.google.com/webstore/detail/octohint/hbkpjkfdheainjkkebeoofkpgddnnbpk

License:MIT License


Languages

Language:TypeScript 93.6%Language:JavaScript 6.1%Language:HTML 0.3%