|
Project Information
Links
|
- Right click on any symbol in the editor to search Google Code Search or a custom service.
- Search results show up in a tree within the IDE, grouped by language, project and file
- Double-click a result to download it and open it in IntelliJ.
Install it now! | Open the Settings window in IntelliJ 6. | | Open the Plugins settings. | | Select the Available tab to list available plugins. | | Right click on Code Search and select Download and Install. The plugin will be available next time IntelliJ is started. |
Using the Code Search Plugin | Right click any term in the editor and select Code Search to search for it. The shortcut for this is CTRL+SHIFT+G. | | A preflight dialog allows you to tweak your search. All fields are regular expressions. | | Each search opens a results panel. Double-click a result to open it. | | If you have a copy of a result in your project, that result will be green. Double-click the result to open your local file. To open the remote file, right click on it. | | Combine search results with the Intersect and Union buttons. |
|