This extension helps you make google searches right from vscode.
I) Google search from the editor:
-
Select the text for which you want to make a google search
-
Press CTRL + ALT + G
II) Google search from the terminal:
-
Select the text for which you want to make a google search
-
Press CTRL+ALT+K G
III) Google search from the output view:
-
Select the text for which you want to make a google search
-
Press CTRL + ALT + G
IV) Google search using the context menu:
-
Select the text for which you want to make a google search
-
Right click and select "Google selected text"
V) Google search from the command pallette:
-
Select the text for which you want to make a google search
-
Open command pallette using CTRL + SHIFT + P
-
Search for "Google selected text" and hit ENTER
A new tab of your default browser will get open with google search of the selected text after using each feature.
- Initial release of vscode google search extension
- Small bugfixes and cleanups
You're more than welcome to participate in the development of the extension by creating pull requests and submitting issues, link of the project in github: https://github.com/Ravi-Rajpurohit/vscode-google-search
You can contact me on the following mail: [email protected]
MIT © Ravi Rajpurohit
Enjoy!