Java IntelliJ

Open-source Java projects categorized as IntelliJ

Top 23 Java IntelliJ Projects

  • Deeplearning4j

    Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running math code and a java based math library on top of the core c++ library. Also includes samediff: a pytorch/tensorflow like library for running deep learning using automatic differentiation.

    Project mention: Java for ML? | /r/computerscience | 2022-11-13
  • IntelliJ-Key-Promoter-X

    Modern IntelliJ plugin to learn shortcuts for buttons

    Project mention: Appwrite Loves Open Source: Why I Chose To Support Key Promoter X | dev.to | 2022-10-13

    Enter Key Promoter X: A plugin for JetBrains IDEs that helps to learn keyboard shortcuts from mouse actions while you are working. When you use the mouse on a button inside the IDE, Key Promoter X shows you the keyboard shortcut that you could have used instead.

  • Sonar

    Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

  • manifold

    Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.

    Project mention: Java 21: The Nice, the Meh, and the Momentous | news.ycombinator.com | 2023-09-22

    Patterns are somewhat nice to have, but for me they’re difficult to read, and not because my brain isn’t used to them. The simple identifier instanceof is about all I’ll use _most_ of the time. Otherwise, yes they are more concise, but lose too much information in the process.

    I’d rather see a boatload load of other features before patterns. I’ve been experimenting with project manifold[1]. _That_ is the path Java sb on. Just my take.

    1. https://github.com/manifold-systems/manifold

  • gpslogger

    :satellite: Lightweight GPS Logging Application For Android.

    Project mention: Geofencing is a terrible mobile battery drain | /r/EufyCam | 2023-09-17

    I realize tracking takes some battery life. But I already run two GPS trackers on my phone (Google Maps tracks location, also I have GPSLogger. They both use a very small amount of battery. Eufy is using a lot more.

  • phpinspectionsea

    A Static Code Analyzer for PHP (a PhpStorm/Idea Plugin)

    Project mention: PHP RFC: Deprecations for PHP 8.3 | /r/PHP | 2023-05-30

    (I actually held the same opinion as you until recently: https://github.com/kalessil/phpinspectionsea/issues/1718 tl;dr the performance impact is negligible)

  • Swagger Plugin for JetBrains

    A plugin to help you easily edit Swagger and OpenAPI specification files inside IntelliJ IDEA

  • intellij-sdk-code-samples

    Mirror of the IntelliJ SDK Docs Code Samples

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • intellij

    IntelliJ plugin for Bazel projects

    Project mention: Neovim + bazel + java anyone? | /r/neovim | 2023-05-17

    It feels like there's zero tooling for bazel, even the C++ solution for Bazel, which is what I use for C++ is kind of a hack as opposed to first-class support backed by Google, like the IntelliJ plugin. Am I missing something or is it just that just all the Java people at Google use IntelliJ so they don't invest into other options?

  • intellij-erlang

    Erlang IDE

  • StringManipulation

    IntelliJ plugin - https://plugins.jetbrains.com/plugin/2162

    Project mention: SCREAMING_CASE variables - is it really essential? | /r/bash | 2023-01-09

    taken from the excellent https://github.com/krasa/StringManipulation README

  • jte

    Secure and speedy templates for Java and Kotlin.

    Project mention: Announcing jte 3 - The Java Template Engine | /r/java | 2023-06-21

    Thanks for the hints! I created an issue for this: https://github.com/casid/jte/issues/240

  • sonarlint-intellij

    SonarLint for IntelliJ

  • samples

    JavaFX samples to run with different options and build tools (by openjfx)

  • Perl5-IDEA

    Perl5 plugins for IntelliJ IDEA

    Project mention: I can't believe I'm praising Tcl (2008) | news.ycombinator.com | 2023-05-05

    Your comment made me curious, so I installed the Perl plugin for IJ <https://plugins.jetbrains.com/plugin/7796-perl> and sure enough, it parsed that str assignment correctly. My hat's off to them!

    It also seems <https://github.com/Camelcade/Perl5-IDEA/blob/2023.1.1/plugin...> that one can have line comments in there, too

        my $str = q #what is happening here

  • darklaf

    Darklaf - A themeable swing Look and Feel based on Darcula-Laf

    Project mention: What options are there for making GUIs and other visual programs using java? | /r/java | 2023-05-04

    So I'd recommend using a third party UI manager like this one.

  • java-oo

    Java Operator Overloading

  • MavenHelper

    IntelliJ plugin - https://plugins.jetbrains.com/plugin/7179

  • fabric-loom

    Gradle build system plugin used to automate the setup of a minecraft mod development environment.

    Project mention: what do you think is the best modpack of all time? (any version) | /r/feedthebeast | 2023-06-22

    How do you compile your mods!? I've been spoiled with Loom so far, so seeing a repository without even a buildscript is quite the major shift for me.

  • downlords-faf-client

    Official client for Forged Alliance Forever

    Project mention: I want to buy a new rts game . Do you have any to suggest ? bellow are the rts's that i have | /r/RealTimeStrategy | 2023-06-29

    supreme commander forged alliance and install forged alliance forever

  • intellij-chatgpt

    A plugin that integrates ChatGPT and other third-party mirror sites into JetBrains IDEs.一个将 ChatGPT 和其他第三方镜像网站整合到 JetBrains IDEs 的插件。

    Project mention: ChatGTP tools you may need - Work always in progress) | /r/AILinks | 2023-01-13

    intellij-chatgpt: A ChatGPT plugin for IntelliJ Platform-Based IDEs

  • intellij-quarkus

    IntelliJ Quarkus Tools

  • playforia-minigolf

    Client & Server for Minigolf Game known from Playforia/Playray/Appeli. Written in Java.

    Project mention: Playforia Minigolf | /r/de_EDV | 2023-04-16

    Du kannst bei den Releases die notwendigen Dateien für den Client und den Server finden: https://github.com/PhilippvK/playforia-minigolf/releases/tag/v2.1.2.0-BETA

  • idea-jenkins-pipeline

    Provides support for writing Jenkins Pipelines in IntelliJ-based IDEs

    Project mention: Enhanced support for pipelines in IntelliJ IDEA | /r/jenkinsci | 2023-05-24

    Not yet on the Marketplace. I think it's going to be ready for an MVP in the middle of June. In the meantime you can follow commits on GitHub, https://github.com/lppedd/idea-jenkins-pipeline

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-09-22.

Java IntelliJ related posts

Index

What are some of the best open-source IntelliJ projects in Java? This list will help you:

Project Stars
1 Deeplearning4j 13,162
2 IntelliJ-Key-Promoter-X 2,995
3 manifold 2,003
4 gpslogger 1,765
5 phpinspectionsea 1,412
6 Swagger Plugin for JetBrains 1,148
7 intellij-sdk-code-samples 875
8 intellij 722
9 intellij-erlang 714
10 StringManipulation 651
11 jte 597
12 sonarlint-intellij 557
13 samples 527
14 Perl5-IDEA 401
15 darklaf 398
16 java-oo 258
17 MavenHelper 243
18 fabric-loom 190
19 downlords-faf-client 176
20 intellij-chatgpt 129
21 intellij-quarkus 99
22 playforia-minigolf 77
23 idea-jenkins-pipeline 20
Free Global Payroll designed for tech teams
Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
try.revelo.com