Last active
December 10, 2015 05:38
-
-
Save P7h/4388852 to your computer and use it in GitHub Desktop.
Plugins I use in IntelliJ IDEA.
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment