Best of JetBrainsNovember 2025

  1. 1
    Article
    Avatar of jetbrainsJetBrains·23w

    Open-source IntelliJ IDEA: A Simpler Way to Build and Contribute to the Community

    JetBrains has simplified building and contributing to IntelliJ IDEA's open-source codebase by introducing CI/CD pipelines via GitHub Actions and publishing ready-to-use open-source builds directly on GitHub. Developers can now fork the repository and build their own version of the IDE without manual environment configuration. The open-source codebase powers not only IntelliJ IDEA but also Android Studio and other development tools, making it easier for the community to explore, customize, and contribute to the platform.

  2. 2
    Article
    Avatar of jetbrainsJetBrains·24w

    Spring Boot 4: Leaner, Safer Apps and a New Kotlin Baseline

    Spring Boot 4.0 introduces significant improvements including better modularization for reduced memory usage, JSpecify as the standard null-safety library, and enhanced observability with Micrometer. The release establishes Kotlin 2.2 as the official baseline, bringing native JSpecify annotation support, cleaner API versioning, and more elegant bean registration through Kotlin DSL. IntelliJ IDEA 2025.3 provides full support for these features with compiler warnings and IDE inspections for null-safety violations.

  3. 3
    Article
    Avatar of jetbrainsJetBrains·25w

    Rider 2025.3: Day-One Support for .NET 10 and C# 14, a New Default UI, and Faster Startup

    Rider 2025.3 launches with same-day support for .NET 10 SDK and complete C# 14 implementation, including extension members, extension operators, and user-defined compound assignment operators. The release introduces the Islands theme as the new default UI, delivers up to 20% faster startup times for Unreal Engine projects, and integrates ASP.NET and database monitoring into a unified tool window. Game developers gain enhanced debugging capabilities for Unity IL code, Unreal Engine Android builds with constexpr debugging, and improved Godot integration with scene-specific debugging and GDExtension templates. Additional improvements include Perforce MCP server support and syntax highlighting for inactive preprocessor branches.

  4. 4
    Article
    Avatar of jetbrainsJetBrains·25w

    The Go Ecosystem in 2025: Key Trends in Frameworks, Tools, and Developer Practices

    Analysis of Go ecosystem trends in 2025 based on JetBrains Developer Ecosystem Survey reveals 2.2 million developers use Go as their primary language. Gin leads web frameworks at 48% adoption, while chi and Fiber gain ground as gorilla/mux declines. The standard library remains dominant, with testify and gomock supplementing testing capabilities. GoLand holds 47% IDE market share, while AI coding assistants see 70% adoption among Go developers. Popular libraries include log/slog for logging, pgx for PostgreSQL, cobra for CLI tools, and golangci-lint for static analysis. The ecosystem shows maturity with strong focus on backend services, infrastructure tooling, and Kubernetes development.

  5. 5
    Article
    Avatar of jetbrainsJetBrains·26w

    IntelliJ Platform 2025.3: What Plugin Developers Should Know

    IntelliJ Platform 2025.3 introduces a unified distribution merging Community and Ultimate editions while maintaining backward compatibility with plugins built for 2025.2 and earlier. Plugin developers targeting 2025.3 must update to IntelliJ Platform Gradle Plugin 2.10.4 and switch from intellijIdeaCommunity() to intellijIdea() dependency helper. Key changes include module extraction requiring explicit dependencies, IntelliLang plugin dependency updates, and Storage annotation restrictions. The unified distribution uses the IU product code, with feature access controlled by licensing rather than separate IDE distributions. Developers can test compatibility using the verifyPlugin task and EAP snapshots before the official release.