Monday, December 10, 2012

IntelliJ IDEA Plugins

In continuation to my other post on IntelliJ IDEA, here are the plugins I am using currently.
FindBugs-IDEA -- Static byte code analysis to look for bugs in Java code from within IntelliJ IDEA.
GenerateSerialVersionUID -- Generates serialVersionUID field in the current class.
Hungry Backspace -- Modifies backspace key to hungrily delete whitespace.
Native Neighbourhood -- Shows active file in explorer or opens a command shell in active file's directory.
SmarterEditor -- Actions which reduce unnecessary caret movements.
TabSwitch -- Windows Alt+Tab like interface for all currently opened files.
UpperLowerCapitalize -- To change case to upper, lower, capitalize or invert the case of text.
Please check back after sometime, I will keep this list up-to-date with all the interesting plugins I come across.

For a complete list of plugins available in IntelliJ IDEA, please check this link. As of today, there are 865 plugins available for IntelliJ IDEA Ultimate Edition and 819 for IntelliJ IDEA Community Edition.


Update on 05th April, 2015: After a fair bit of time here, I have moved on to GitHub hosted Octopress blogs. Please find me on http://P7h.org henceforth for all new updates.

No comments:

Post a Comment