• Stars
    star
    962
  • Rank 47,540 (Top 1.0 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The missing IntelliSense hint for GitHub and GitLab

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

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

More Repositories

1

hashmd

Hackable Markdown Editor and Viewer (WIP)
TypeScript
4,343
star
2

git-touch

An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Dart
1,560
star
3

debugtron

Debug in-production Electron based app
TypeScript
1,359
star
4

console-importer

Easily import JS and CSS resources from Chrome console.
TypeScript
857
star
5

vite-plugin-svgr

Vite plugin to transform SVGs into React components
TypeScript
540
star
6

unpub

Self-hosted private Dart Pub server for Enterprise
Dart
435
star
7

chrome-ui

Chrome browser UI built with web technologies
JavaScript
237
star
8

json-viewer

Port of Firefox's JSON Viewer for Chromium-based Browsers
JavaScript
221
star
9

npmview

A web application to view npm package files
TypeScript
130
star
10

http-indicator

Indicator for HTTP/2, QUIC and HTTP/3
TypeScript
101
star
11

tiza

Console styling for browsers
TypeScript
86
star
12

system-monitor

A browser extension to monitor system status like CPU and memory
TypeScript
81
star
13

flutter-vector-icons

Customizable Icons for Flutter. Port of react-native-vector-icons
Dart
78
star
14

friendly-error

Show uncaught errors friendly in Node.js.
JavaScript
73
star
15

lottiefy

Render Lottie to any engine
JavaScript
62
star
16

octoview

The missing preview feature for GitHub
TypeScript
53
star
17

nanoid-dart

Dart implementation of ai/nanoid
Dart
48
star
18

tampery

A programmable tool to tamper browser requests
TypeScript
33
star
19

cnode-pwa

Progressive Web App for CNode community
TypeScript
32
star
20

echojs-reader

Open source EchoJS reader built with React Native
ReScript
24
star
21

nn

A full featured, cross platform, zero dependencies Node.js version manager
JavaScript
20
star
22

memcached-cli

A simple memcached CLI tool with SASL support
JavaScript
16
star
23

promisify-all

Promisify all Node.js builtin async methods
JavaScript
14
star
24

ant-design-mobile-flutter

Flutter implementation of Ant Design Mobile
Dart
14
star
25

cnode-weapp

WeChat APP for CNode community.
JavaScript
12
star
26

memory-monitor

Moved to https://github.com/pd4d10/system-monitor
JavaScript
11
star
27

moment

Dart
10
star
28

dart-hn

Hacker News PWA built with AngularDart
Dart
9
star
29

flutterdoc

Generate gallery for your Flutter widgets with one command
Dart
9
star
30

userscript-meta

Parse and stringify Userscript metadata.
JavaScript
7
star
31

electron-update-notification

Update notifier for open source Electron apps
TypeScript
5
star
32

devtron-next

Deprecated, see https://github.com/electron-userland/devtron/pull/221
TypeScript
3
star
33

gulp-userscript

Generate Userscript metadata.
JavaScript
3
star
34

nes

WIP
Dart
3
star
35

pd4d10

2
star
36

graphyne

TypeScript
2
star
37

unplugin-properties

TypeScript
2
star
38

airplay

Airplay
JavaScript
1
star
39

qrcode-helper

A Chrome extension to generate and read QRCode
TypeScript
1
star
40

express-server-timing

[DEPRECATED] Add server timing header for express
JavaScript
1
star
41

prettier-plugin-thrift

Prettier Thrift Plugin
TypeScript
1
star
42

device-art

Wrap app screenshots in device artwork
JavaScript
1
star
43

rescript-webext

ReScript bindings for Web Extensions
ReScript
1
star
44

teambition-enhancer

Copy Teambition task link URL
JavaScript
1
star
45

uppjs

Unity PlayerPrefs parser and dumper in JavaScript
TypeScript
1
star