In continuation to my other post on IntelliJ IDEA, here are the plugins I am using currently.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
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