Stefan Boos

My personal GitHub pages

Follow me on GitHub

JetBrains IntelliJ / Goland / Rider Plugins

Plugins I recommend

The following plugins help(ed) me in my daily work.

Language agnostic developer tools

Coding Assistance

Code Metrics

  • Statistic - Shows files sorted by their extension along with size, line count LOC etc.
  • CodeMetrics - Inlay indicators based on a customizable complexity calculation for Java files.
  • MetricsReloaded - Lines of Code and file count metrics for all languages supported by your IDE and many more metrics for Java.

Java / JavaScript

Rider (C#)

Support for languages not native to JetBrains IDEs

  • NodeJS - Run, debug, profile Node.js applications and Mocha tests.
  • Python - Smart editing for Python scripts - corresponds to PyCharm.

Plugins I would try out some time later

These Plugins are interesting, but I have not tried them yet.

  • Lombok - First class support for Project Lombok.