devdocs for Visual Studio Code
Simple Visual Studio Code extension for easy searching in devdocs.io.
Features
Search the selected text in devdocs.io. Development language search is obtained from the current active file. Predefined shortcut is ctrl+k ctrl+k or cmd+k cmd+k on Mac. Also a convenient 'devDocs' command could be used via command palette.
Requirements
Created and tested in Visual Studio Code 1.10-1.42.
Extension Settings
Nothing.
Known Issues
Nothing.
Release Notes
0.2.0 Search without binding to a language. Moved keybindings to cmd+k cmd+k (macos) or ctrl+k ctrl+k (non-macos).
0.1.4 Fixed URI construction, added search word under cursor.
0.0.3 Fixed new format query string, added an icon.
0.0.2 Context menu support
0.0.1 Initial and early release