Skip to content

Instantly share code, notes, and snippets.

@P7h
Last active December 10, 2015 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save P7h/4388852 to your computer and use it in GitHub Desktop.
Save P7h/4388852 to your computer and use it in GitHub Desktop.
Plugins I use in IntelliJ IDEA.
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