Skip to content

huhu/cpp-search-extension

Repository files navigation

C/C++ Search Extension

The ultimate search extension for C/C++.

Chrome Web Store Mozilla Add-on Microsoft Edge license-mit license-apache Discord

https://cpp.extension.sh/

Installation

Features

  • Search standard library docs
  • Offline mode supported
  • Builtin commands (:header, :posix and :history etc)

How to use it

Input keyword cc in the address bar, press Space to activate the search bar. Then enter any word you want to search, the extension will response the related search results instantly.

Contribution

jsonnet is required before getting started. To install jsonnet, please check jsonnet's README. For Linux users, the snap is a good choice to install jsonnet.

$ git clone --recursive https://github.com/huhu/cpp-search-extension
Cloning into 'cpp-search-extension'...

$ cd cpp-search-extension

$ make chrome # For Chrome version

$ make firefox # For Firefox version

$ make edge # For Edge version

Get involved