Skip to content

mihnea-s/devdocs-adapter

Repository files navigation

DevDocs Adapter

Use devdocs.io documentation directly in VSCode!

A demo video showing the use of the extension

Usage

Use the command DevDocs: Manage DocSets to select which docsets to download and install, or manually set their slug IDs in your preferences and reload:

{
    "devdocs-adapter.docsets": [ "javascript", "rust" ]
}

Now you can use the search command DevDocs: Search documentation, or the keyboard shortcut Alt + P, to search for items in your docsets!

Links

Enjoy!