Skip to content

Instantly share code, notes, and snippets.

@sagar38
Created August 9, 2018 13:32
Show Gist options
  • Save sagar38/36269b193987f2b0d14bdcf5ccd943c1 to your computer and use it in GitHub Desktop.
Save sagar38/36269b193987f2b0d14bdcf5ccd943c1 to your computer and use it in GitHub Desktop.
Useful Intellij IDEA plugins
This a list of some of the Intellij IDEA plugins I find useful when auditing code:
* https://plugins.jetbrains.com/plugin/9511-multihighlight - https://github.com/huoguangjin/MultiHighlight/
* https://plugins.jetbrains.com/plugin/10465-highlightbracketpair - https://github.com/qeesung/HighlightBracketPair
* https://plugins.jetbrains.com/plugin/7125-grep-console - https://github.com/krasa/GrepConsole
* https://plugins.jetbrains.com/plugin/9567-request-mapper - https://github.com/viartemev/requestmapper
* https://plugins.jetbrains.com/plugin/8351-code-comments - https://bitbucket.org/jetbrainscodecommentsplugin/codecomments/src
* https://plugins.jetbrains.com/plugin/7478-copy-paste-stack - https://github.com/kstenschke/copypastestack-plugin
Places you can check for open source plugins:
* https://github.com/hsz/jetbrains-plugins-repositories-list
* https://github.com/topics/intellij-plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment