GitXplorerGitXplorer
r

vscode-searchdocs

public
4 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
266c93299cab995f1495efd0cf8450f294368629

Fix name

rroblourens committed 9 years ago
Unverified
8b939b793f5c40ce61f9d41a9ba8df00fc96a882

Update README.md

rroblourens committed 9 years ago
Unverified
6575699339bbb6b2a29c12776a891dcaabfa797e

README, cleanup

rroblourens committed 9 years ago
Unverified
97a3c11366ea17e66e3247ba00d80ff46ca10bd6

Add config option to search the word under the cursor when there's no selection

rroblourens committed 9 years ago
Unverified
f27ee4f6d55958f1c79d18f3ce23271cd5d8aa60

'showInputBox' can't distinguish between <esc> and <enter> with no input, so don't try that

rroblourens committed 9 years ago
Unverified
5c7be14405d1b3ffb52149b09d38c532954f05c8

fix cursor on whitespace

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.