GitXplorerGitXplorer
r

vscode-searchdocs

public
4 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
55bfc2518536d77680e3ca19f691c9cdbde2bb00

version bump

rroblourens committed 9 years ago
Unverified
95f129e11dcff8791e73f7cdfbd6ef9ed92aac44

vscode dependency

rroblourens committed 9 years ago
Unverified
e9cb3088a1e277ffabb1616c0107d0a007f3631a

Merge pull request #1 from egamma/patch-1

rroblourens committed 9 years ago
Unverified
c551f90ee45c10bd92c04cdf0afc570fe507f1ee

Update for 0.10.0

rroblourens committed 9 years ago
Unverified
e6072847718e2506552dba52929eea6a09d2edbd

Update version dependency

eegamma committed 9 years ago
Unverified
c2009fb6b9904222a8291e1cbccbdd235ba46723

match actual name

rroblourens committed 9 years ago

README

The README file for this repository.

searchdocs

Quickly search Stack Overflow or MDN, from VS Code, in your default browser.

searchdocs adds two commands which you can find in the command palette, or with the keybindings ctrl+alt+shift+s and ctrl+alt+shift+m. If you have selected text, searchdocs will immediately open your default browser to the search results. If you don't have a selection, it will open an input box for your query. You can change this behavior with the searchdocs.searchWordUnderCursor setting. If true, it will search for the word under the cursor, when you don't have selected text.