Home > Shared Source > Unbound Actions – Google Active Word

Unbound Actions – Google Active Word

January 11th, 2011

The “Google Active Word” action is one of the simplest, open source sample features, useful for beginners learning CSharp .NET language in Visual Studio. It performs a search in Google for the word at the editor caret, using the following link:

http://www.google.com/search?hl=en&lr=&ie=UTF-8&edition=us&q=C%23+.NET+ActiveWord

where “ActiveWord” is a word at the editor caret.

The “CR_GoogleThis” plug-in containing this feature is not installed, by default. This plug-in is a part of the CodeRush Shared Source solution, so you are able to tweak the functionality you desire, and then compile it. After it is compiled, you have to create a new shortcut (e.g. Ctrl+Shift+G), and bind it to the GoogleActiveWord action.

—–
Products: CodeRush Pro
Versions: 10.2 and up
VS IDEs: any
Updated: Jan/12/2011
ID: C045

Similar Posts: