{"id":13845008,"url":"https://github.com/pd4d10/octohint","last_synced_at":"2025-05-16T11:06:51.874Z","repository":{"id":45752822,"uuid":"79407836","full_name":"pd4d10/octohint","owner":"pd4d10","description":"The missing IntelliSense hint for GitHub and GitLab","archived":false,"fork":false,"pushed_at":"2024-09-07T18:47:45.000Z","size":3808,"stargazers_count":964,"open_issues_count":14,"forks_count":34,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-04-06T21:14:19.547Z","etag":null,"topics":["browser-extension","chrome-extension","github","github-extension","gitlab","intellisense"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/octohint/hbkpjkfdheainjkkebeoofkpgddnnbpk","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pd4d10.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-19T02:40:27.000Z","updated_at":"2025-02-21T15:26:31.000Z","dependencies_parsed_at":"2024-10-12T18:04:05.878Z","dependency_job_id":"86be366d-1dc7-42b8-b0f1-ffe98880fe45","html_url":"https://github.com/pd4d10/octohint","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pd4d10%2Foctohint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pd4d10%2Foctohint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pd4d10%2Foctohint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pd4d10%2Foctohint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pd4d10","download_url":"https://codeload.github.com/pd4d10/octohint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254518383,"owners_count":22084374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser-extension","chrome-extension","github","github-extension","gitlab","intellisense"],"created_at":"2024-08-04T17:03:07.334Z","updated_at":"2025-05-16T11:06:46.862Z","avatar_url":"https://github.com/pd4d10.png","language":"TypeScript","readme":"# Octohint\n\n[![chrome web store](https://img.shields.io/chrome-web-store/v/hbkpjkfdheainjkkebeoofkpgddnnbpk.svg)](https://chrome.google.com/webstore/detail/hbkpjkfdheainjkkebeoofkpgddnnbpk)\n[![users](https://img.shields.io/chrome-web-store/d/hbkpjkfdheainjkkebeoofkpgddnnbpk.svg)](https://chrome.google.com/webstore/detail/hbkpjkfdheainjkkebeoofkpgddnnbpk)\n[![rating](https://img.shields.io/chrome-web-store/stars/hbkpjkfdheainjkkebeoofkpgddnnbpk.svg)](https://chrome.google.com/webstore/detail/hbkpjkfdheainjkkebeoofkpgddnnbpk)\n\n\u003cimg src=\"assets/demo.gif\" alt=\"Demo\" width=\"636\" /\u003e\n\n## Introduction\n\nOctohint is a browser extension which adds IntelliSense hint to GitHub and GitLab.\n\n[Introduction at Medium](https://medium.com/@pd4d10/introducing-octohint-e1a3e4b80c47)\n\n## Installation\n\n### Chrome\n\nInstall it from [Chrome Web Store](https://chrome.google.com/webstore/detail/octohint/hbkpjkfdheainjkkebeoofkpgddnnbpk)\n\n### Firefox\n\nCurrently you could build it from source, see web extension section of [contributing docs](CONTRIBUTING.md). Or [try this one](https://github.com/pd4d10/octohint/issues/24#issuecomment-450467200).\nYou can use the \"On your own\" signing option on [Mozilla addon site](https://addons.mozilla.org/en-US/developers/addon/submit/distribution) to create a signed add-on for your self, and install it.\nAlternatively, you can follow [this guide](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox) 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.\n\nMake sure your version of Firefox supports web extensions.\n\n### Opera\n\nUse this extension: [Install Chrome Extensions](https://addons.opera.com/en/extensions/details/download-chrome-extension-9/) to install Octohint from Chrome Web Store\n\n## Features\n\nWith Octohint installed, when you view code at GitHub (For example [this demo](https://github.com/pd4d10/octohint/blob/master/assets/demo.ts)), you'll get features as follows:\n\n- Mouse Hover: Show information of current token\n- Left Click: Show all references of current token\n- [⌘] + Click: Go to definition of current token (For Windows and Linux user, use [Ctrl] instead)\n\n## Supported languages\n\nOctohint supports all languages. There are two strategies:\n\n- IntelliSense hint: TypeScript, JavaScript, CSS, LESS, SCSS\n- Simple token matching: All other languages\n\nIt 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\n\n## Supported platforms\n\nSupport 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](https://github.com/pd4d10/octohint/issues/new).\n\nBitbucket's code viewer UI has changed greatly, so there is still lots of work to do.\n\n## Get your private site works\n\nIf GitHub/GitLab/Bitbucket you are using is hosted on different site, go to chrome://extensions, click options of Octohint, then add [match patterns](https://developer.chrome.com/extensions/match_patterns) of your site, like `https://www.example.com/*`.\n\n\u003cimg src=\"assets/options.png\" alt=\"options\" width=\"422\"\u003e\n\n## Privacy policy\n\nOctohint 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.\n\nFeel free to use it at your private GitHub/GitLab/Bitbucket.\n\n## Related tools\n\n- [Octoview](https://github.com/pd4d10/octoview): The missing preview feature for GitHub\n\n## License\n\nMIT\n","funding_links":[],"categories":["TypeScript","TypeScript (64)"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpd4d10%2Foctohint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpd4d10%2Foctohint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpd4d10%2Foctohint/lists"}