Dash documentation integration for Visual Studio Code
Type cmd-shift-p
to launch command palette and choose Extensions: Install Extension
. Search this package and install.
Get the text under your cursor or selected first.
- Pressing
ctrl-h
. It will search for current specific documentation depends on language. - Pressing
ctrl-alt-h
. It will search for all documentation.
You can add or change docset in settings.json
or pressing cmd-,
.
Every configuration start with "dash.docset" following with language like below:
"dash.docset.dart": [
"dartlang",
"polymerdart",
"angulardart"
]
MIT