Use devdocs.io documentation directly in VSCode!
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!
Enjoy!