<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/jetbrains/best-of/2026/07" -->

---
title: Best JetBrains posts — July 2026 | daily.dev
description: The most upvoted JetBrains posts from July 2026, curated by the daily.dev community.
canonical: https://daily.dev/sources/jetbrains/best-of/2026/07
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/jetbrains/best-of/2026/07
og:type: website
og:site_name: daily.dev
og:title: Best JetBrains posts — July 2026 | daily.dev
og:description: The most upvoted JetBrains posts from July 2026, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of JetBrains — July 2026

1. 1  
[](https://daily.dev/posts/what-s-new-in-rustrover-2026-2-lkrxgvaeh "What’s New in RustRover 2026.2")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 7w  
What’s New in RustRover 2026.2  
RustRover 2026.2 ships several notable improvements: axum and reqwest support with URL resolution, endpoint discovery, and route-handler navigation; Ferrocene toolchain integration via criticalup; an interactive declarative macro tester showing expansion and input-output mapping; Criterion benchmark run configurations launchable from the gutter; smarter import cleanup with fewer false positives; local variable completion inside struct literals; .env file support with completion and navigation; a faster Copy Reference action for fully qualified Rust paths; and smoother editing in split/remote mode. On the AI side, the release adds an agent skills manager for persistent domain knowledge, support for third-party OpenAI-compatible providers in AI completion, and native GitHub Copilot integration via a JetBrains-Microsoft partnership.  
24  
1
2. 2  
[](https://daily.dev/posts/goland-2026-2-is-now-available--t1h8gdeor "GoLand 2026.2 Is Now Available!")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 8w  
GoLand 2026.2 Is Now Available!  
GoLand 2026.2 introduces a new Go Optimization tool window that consolidates profiling, escape analysis, and struct optimization into a single workflow. Key highlights include pprof profiling for regular Go applications without extra setup, support for Go 1.27's new Goroutine leak profile, a redesigned profile viewer with flame graphs and call trees, live CPU/memory charts, and escape analysis visualization in the editor. The release also integrates the official \`go fix\` tool for code modernization, adds Docker Compose inline actions and service templates, Terraform testing framework support, and expands AI capabilities with configurable completion models and GitHub Copilot integration. IDE performance improvements include async file saves, faster code analysis for large projects, and better Git worktree support.  
21  
3
3. 3  
[](https://daily.dev/posts/phpstorm-2026-2-is-now-out-hftm1sqsi "PhpStorm 2026.2 is Now Out")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 7w  
PhpStorm 2026.2 is Now Out  
PhpStorm 2026.2 is released with a broad set of improvements across AI integration, PHP/Laravel support, version control, databases, terminal, and cloud tooling. Key AI additions include an agent skills manager for persistent domain knowledge, native GitHub Copilot integration via JetBrains-Microsoft partnership, support for third-party OpenAI-compatible providers in code completion, and faster MCP server setup for terminal AI sessions. PHP gains a new #\[FileReference\] attribute for persistent file path references, configurable trigger modes for quality tools like PHPStan, and PER Coding Style 3.0 support. Laravel developers get a new tool window with dashboard, error browsing, and Laravel Cloud management. Web support includes TypeScript 7 with up to 4x faster type-checking. Git improvements cover enhanced worktree management, automatic simple conflict resolution, and @mention autocompletion in code reviews. Database tooling sees a redesigned empty state, customizable query console names, and an improved color system. Docker Compose gains inline container status and service templates, and Terraform testing framework support is introduced. Performance work lays groundwork for future startup and indexing improvements, with up to 10% faster project indexing currently.  
13  
2
4. 4  
[](https://daily.dev/posts/the-state-of-ci-cd-2026-survey-is-now-open-fi9endvuv "The State of CI/CD 2026 Survey Is Now Open")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 6w  
The State of CI/CD 2026 Survey Is Now Open  
JetBrains has opened the State of CI/CD 2026 Survey, inviting software developers, DevOps engineers, platform engineers, and engineering leaders to share insights on CI/CD tools, AI's impact on delivery workflows, infrastructure modernization, and emerging automation trends. Participants are entered to win a one-year JetBrains All Products Pack or a $100 Amazon Gift Card. Results will be published later this year on the TeamCity Blog.  
14
5. 5  
[](https://daily.dev/posts/intellij-idea-2026-1-4-is-out--ny60ftjpp "IntelliJ IDEA 2026.1.4 Is Out!")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 10w  
IntelliJ IDEA 2026.1.4 Is Out!  
IntelliJ IDEA 2026.1.4 is a patch release with four bug fixes: correct active Git branch updates, a fix for PHP interpreter creation failing when pull\_policy is used in Docker Compose files, a fix for Gradle 9.5.0 syncs on WSL being incorrectly shown as failed, and a fix for Dev Container connections failing with an 'Unknown Docker endpoint schema' error. The update is available via the IDE itself, Toolbox App, snaps, or direct download.  
11
6. 6  
[](https://daily.dev/posts/axum-support-in-rustrover-2026-2-build-web-backends-faster-u26dy7lsd "Axum Support in RustRover 2026.2: Build Web Backends Faster")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 7w  
Axum Support in RustRover 2026.2: Build Web Backends Faster  
RustRover 2026.2 introduces initial Axum support, bringing IDE-level understanding of Axum routes to the editor. New features include navigation between route strings and their handlers, inlay hints showing HTTP methods and paths inline, and automatic Reqwest client call generation for Axum endpoints. The post also covers why Rust is growing as a backend language, what makes Axum popular (Tower middleware integration, macro-free routing, Tokio ecosystem), and real-world production usage at crates.io, Cloudflare Workers, Lichess, and Loco.  
10
7. 7  
[](https://daily.dev/posts/what-s-new-in-intellij-idea-2026-2-sz6dkbk3z "What's New in IntelliJ IDEA 2026.2")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 8w  
What's New in IntelliJ IDEA 2026.2  
IntelliJ IDEA 2026.2 has been released with several notable updates. Key highlights include day-one support for Java 27 and Kotlin 2.4 stable features, native GitHub Copilot integration, new AI agent skills, and AI completion support for third-party providers. Productivity improvements include logpoints for debugging, dependency completion, early Gradle 10 support with migration assistance, streamlined Git conflict resolution, and Docker Compose improvements. The release also adds Spring support improvements, a Terraform testing framework, and TypeScript 7.0 support.  
10
8. 8  
[](https://daily.dev/posts/july-2026---the-jetbrains-blog-l82hsiqda "July 2026 - The JetBrains Blog")  
Article  
![Avatar of jetbrains](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/53ecf0c676f34b3896ee109609d91efa)JetBrains · 8w  
July 2026 - The JetBrains Blog  
Monthly .NET community newsletter from JetBrains covering curated links on C# features (discriminated unions, field keyword, IL weaving), .NET 11 previews, EF Core vs Dapper, Dapr workflows, MCP servers in C#, and more. JetBrains news includes Rider 2026.2 EAP progress with AI agent profiling skills and natvis debugger support, GitHub Copilot integration in JetBrains AI Assistant, and Junie coding agent exiting beta with a top SWE-Rebench ranking.  
10

[See all JetBrains archives](/sources/jetbrains/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/jetbrains/best-of/2026/07#page","url":"https://daily.dev/sources/jetbrains/best-of/2026/07","name":"Best JetBrains Posts — July 2026","description":"The most upvoted JetBrains posts from July 2026, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/jetbrains/best-of/2026/07#items","numberOfItems":8,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/what-s-new-in-rustrover-2026-2-lkrxgvaeh","name":"What’s New in RustRover 2026.2"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/goland-2026-2-is-now-available--t1h8gdeor","name":"GoLand 2026.2 Is Now Available!"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/phpstorm-2026-2-is-now-out-hftm1sqsi","name":"PhpStorm 2026.2 is Now Out"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/the-state-of-ci-cd-2026-survey-is-now-open-fi9endvuv","name":"The State of CI/CD 2026 Survey Is Now Open"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/intellij-idea-2026-1-4-is-out--ny60ftjpp","name":"IntelliJ IDEA 2026.1.4 Is Out!"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/axum-support-in-rustrover-2026-2-build-web-backends-faster-u26dy7lsd","name":"Axum Support in RustRover 2026.2: Build Web Backends Faster"},{"@type":"ListItem","position":7,"url":"https://daily.dev/posts/what-s-new-in-intellij-idea-2026-2-sz6dkbk3z","name":"What's New in IntelliJ IDEA 2026.2"},{"@type":"ListItem","position":8,"url":"https://daily.dev/posts/july-2026---the-jetbrains-blog-l82hsiqda","name":"July 2026 - The JetBrains Blog"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"JetBrains","item":"https://daily.dev/sources/jetbrains"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/jetbrains/best-of"},{"@type":"ListItem","position":5,"name":"July 2026"}]}]}
```

