An extension for Visual Studio Code to 🔍search for documentation on DevDocs.io faster⚡️ by displaying it in a tab inside VS Code.
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install anan.devdocstab
or:
Download from VisualStudio Marketplace
The extension search your selected text from the current active file in DevDocs.io by using shortcut or by using mouse>Right-Click>"DevDocsTab: Search in DevDocs.io". Also a convenient DevDocsTab
command could be used via command palette.
Name | Description | Keybindings |
---|---|---|
DevDocsTab.home | Open DevDocs Home Page | |
DevDocsTab.search | Search DevDocs with the selected words | ctrl+k ctrl+k |
DevDocsTab.preferences | Open DevDocs Docs/Settings Page | |
DevDocsTab.offline | Open DevDocs Offline Documentation page |
This is a simple wrapper around DevDocs.io. All documentations are provided and hosted by DevDocs.io. The extension has no control over DevDocs. For best user experience, you should configure it manually:
- Run
DevDocsTab.preferences
You can choose enabled DOCS, choose theme, and general preferences. - Run
DevDocsTab.offline
to cache documentations locally.
Feel free to make a pull request or open a new issue.
This project is licensed under the MIT License - see the MIT file for details.
Enjoy!