VSCode DocSearch extension
](https://marketplace.visualstudio.com/items?itemName=brpaz.vscode-docsearch) MotivationAs a Software Engineer, searching documentation is a part of the daily routine, but finding that documentation site, in the middle of your open tabs or bookmarks is not always easy. I built this extension, to simplify the process and be able to do it directly from VSCode. DemoFeatures
How it works?This extension uses the public available endpoints of each documentation provider to do the search, so the results should be exactly the same when searching on the documentation sites directly. There is no scrapping or indexing. It´s simply an HTTP request, to existing search engines. Included DocumentationBy default, this extension includes the following documnetation: Docsearch
MkDocsDevDocs
Getting startedInstallationLaunch VS Code Quick Open (
UsageTo activate the extension, toggle your command palette and search for After that, you will be prompted to select the documentation site your want to search, following by a prompt to input your search query. Disable a default documentation siteIf you want to disable a default documnetation site, provided by the extension:
This example will disable React documnetation. Press ContributingContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
FAQA documentation site stopped workingThis can happen, if there is any change in the documentation site, like changing the search provider or URL. This is more frequent with sites provided by Algolia Docsearch, as it´s common for the website maintanters to change API Keys or other configurations of DocSearch. If you find a broken documnetation, please open an issue. This extension includes versioned API keys. Are they secure?These API keys are required to be able to authenticate on Algolia Docsearch. They are read only and are already public as they are included in the various documnetation site sources, that implements Algolia DocSearch. You can see them in all the requests sent to Algolia. (just check the "Network" tab in your browser console). Author👤 Bruno Paz
💛 Support the projectIf this project was useful to you in some form, I would be glad to have your support. It will help to keep the project alive and to have more time to work on Open Source. The sinplest form of support is to give a ⭐️ to this repo. You can also contribute with GitHub Sponsors. Or if you prefer a one time donation to the project, you can simple: CreditsThis extension doesn´t scrape or index any documentation on their own. It simply uses public available endpoints provided by the different documentation sites. This project wouldn´t be possible without Algolia Docsearch, DevDocs, MkDocs and all the websites building their docs portals using these technologies. 📝 LicenseCopyright © 2023 Bruno Paz. This project is MIT licensed. |