Wednesday, May 25, 2011

GrepCode search plugin for IntelliJ IDEA

Release 11.4 of GrepCode makes available a plugin for IntelliJ IDEA. The plugin site is http://plugins.intellij.net/plugin/?idea_ce&id=6132.

Screenshots and documentation on how to use the plugin is available at http://grepcode.com/intellij.

GrepCode 11.4 released

GrepCode 11.4 released at http://grepcode.com with the following features:

  • Indexed Android version 2.3.4_r1

  • Indexed IntelliJ IDEA Community edition source code versions 9.0.4 and 10.0

  • Enhanced Method usage search to retrieve usages of said method as well as overriding methods. For ex. a search for usages of Collections.size() now retrieves sites that use Set.size(), List.size(), ArrayList.size(), etc.

  • Added ability to navigate to overridden method definitions (see Method Context menu in image below)