What's new? | Help | Directory | Sign in
Google
codesearch-plugin
Code Search plugin for IntelliJ IDEA
  
  
  
  
    
Code License: Apache License 2.0
Labels: intellij, plugins
Join project
Project owners:
  limpbizkit
Project members:
jplemieux, dcreutz, tedmao

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.