Docset Search is an extension that allows you to search common front-end development documentation without having to leave VSCode.
How it Works
Docset Search takes the word at your cursor position or you input, or selected text and matches it against a dictionary of known Element UI and Pillarjs. If it recognizes your search term, it opens the according Documentation.
To Make a Search
Place your cursor on a word you want to search, or manually select it, for example a component like el-button.
When manually selecting text, select only a word, no symbols, or code blocks.
Now you can choose how to invoke the search:
Context Menu: Right click on the editor and click on "Docset: Search by selection" or "Docset: Search by input".
key Binding: Ctrl+Shift+Q : Search by input,Ctrl+Q : Search by input.
Command Palette: You can do a search directly from the Command Palette, pressing Ctrl+Shift+P, then typing "docset" to filter the commands.
Documentation will appear on a side tab in VSCode.
Configuration
No additional configuration required, it's that simple,enjoy it!