T
traeai
Sign in

产品

IntelliJ IDEA

别名:IDEA

JetBrains推出的Java/Kotlin开发IDE

已跟踪 20 条高相关材料

TraeAI 观察

相关材料

已收录 20 条与 IntelliJ IDEA 相关的内容,按评分排序。

How We Use AlphaEvolve to Make Complex IDE Algorithms Faster

How We Use AlphaEvolve to Make Complex IDE Algorithms Faster

The JetBrains Blog1048 字 (约 5 分钟)
92

JetBrains applied Google DeepMind’s AlphaEvolve to optimize the deeply tuned B-tree indexing core in IntelliJ IDEs, achieving 15–20% synthetic performance gains and validating two candidates that reduced end-to-end indexing time from 17.4s to under 16.8s in real IDE integration tests.

入选理由:AlphaEvolve 在 50+ 次迭代后,对 B-tree 索引的合成性能评分平均提升 15–20%

FeaturedArticle#AlphaEvolve#IDE Optimization#B-tree#JetBrains#Google DeepMind英文
Println Debugging Done Right

Println Debugging Done Right

The IntelliJ IDEA Blog1187 字 (约 5 分钟)
85

IntelliJ IDEA 2026.2通过logpoints重构println调试,新增Instrumentation、AI代理兼容和智能UI三大核心改进,显著提升调试效率。

入选理由:logpoints支持条件断点、堆栈跟踪和命中计数器,功能比传统println强大10倍

FeaturedArticle#IntelliJ IDEA#调试#Java#AI代理#Kotlin英文
Top 5 AI Features in IntelliJ IDEA

Top 5 AI Features in IntelliJ IDEA

The IntelliJ IDEA Blog1387 字 (约 6 分钟)
85

IntelliJ IDEA 推出 5 大 AI 功能,涵盖代码补全、生成、解释等场景,显著提升开发效率。

入选理由:AI 补全功能可预测代码修改并自动修复逗号间距等细节问题

FeaturedArticle#IntelliJ IDEA#AI开发工具#JetBrains#代码生成中英混合
The IntelliJ IDEA Blog 图标

Reverse Engineering with Hibernate 7.4 and IntelliJ IDEA

The IntelliJ IDEA Blog1490 字 (约 6 分钟)
85

Hibernate 7.4与IntelliJ IDEA结合实现数据库反向工程,提升Java持久化开发效率。

入选理由:Hibernate 7.4通过Maven插件支持反向工程,生成JPA实体类和映射文件

FeaturedArticle#Hibernate#Java#IntelliJ IDEA#反向工程#JPA中英混合
The JetBrains Blog 图标

KotlinLLM is Going Open Source

The JetBrains Blog814 字 (约 4 分钟)
85

JetBrains开源KotlinLLM插件,通过显式代码生成实现LLM运行时逻辑委托,解决性能与可维护性问题。

入选理由:KotlinLLM通过Smart macros实现显式LLM委托,生成代码可持久化存储

FeaturedArticle#Kotlin#LLM#JetBrains#开源英文
IDE Plugin Generator – The New Beginning

IDE Plugin Generator – The New Beginning

The JetBrains Blog996 字 (约 4 分钟)
85

JetBrains推出基于Web API的全新IDE插件生成器,整合旧方案优势并解决维护成本问题,统一插件开发入口。

入选理由:新生成器通过Web API统一入口,减少60%的维护成本

FeaturedArticle#JetBrains#IntelliJ IDEA#插件开发#IDE工具中文
IntelliJ Scala Plugin 2026.2 Is Out!

IntelliJ Scala Plugin 2026.2 Is Out!

The IntelliJ IDEA Blog982 字 (约 4 分钟)
85

IntelliJ Scala Plugin 2026.2发布,新增sbt任务支持、WSL/Docker兼容性及Scala 3特性改进,提升开发效率。

入选理由:重构sbt任务逻辑,支持更灵活的命令参数处理

FeaturedArticle#IntelliJ IDEA#Scala#插件#开发工具英文
The JetBrains Blog 图标

What’s fixed in IntelliJ IDEA 2026.2

The JetBrains Blog1316 字 (约 6 分钟)
85

IntelliJ IDEA 2026.2修复1300+错误,优化性能并增强Spring功能,显著提升开发体验。

入选理由:修复140个冻结问题,异步保存文件减少UI阻塞

FeaturedArticle#IntelliJ IDEA#性能优化#Spring框架#JetBrains#版本更新英文
Open-Sourcing the LSP Client API in IntelliJ IDEA 2026.2

Open-Sourcing the LSP Client API in IntelliJ IDEA 2026.2

The JetBrains Blog582 字 (约 3 分钟)
85

JetBrains 在 IntelliJ IDEA 2026.2 中开源了 LSP 客户端 API,解决插件开发中语言服务器集成的痛点。

入选理由:JetBrains 开源了 LSP 客户端 API,提升插件开发的灵活性。

FeaturedArticle#JetBrains#LSP#IntelliJ IDEA#开源#插件开发英文
Kotlin Toolchain 0.11: The Next Step for Amper

Kotlin Toolchain 0.11: The Next Step for Amper

The JetBrains Blog2363 字 (约 10 分钟)
85

Kotlin Toolchain 0.11 正式发布,更名为 Kotlin Toolchain 并进入 Alpha 阶段,提供统一的 Kotlin 开发入口。

入选理由:Kotlin Toolchain 0.11 支持发布 JVM 库和新插件开发 API。

FeaturedArticle#Kotlin#JetBrains#构建工具#IDE英文
IntelliJ IDEA 2025.3.6 Is Out!

IntelliJ IDEA 2025.3.6 Is Out!

The JetBrains Blog368 字 (约 2 分钟)
85

IntelliJ IDEA 2025.3.6 is out! This release includes improvements for Kotlin, Ktor, and other languages, as well as updates to plugins and tools.

入选理由:IntelliJ IDEA 2025.3.6 发布,包含对 Kotlin、Ktor 和其他语言的改进。

FeaturedArticle#Kotlin#Ktor#plugins#tools中文
Teaching an AI Agent to Debug Flaky Tests

Teaching an AI Agent to Debug Flaky Tests

The IntelliJ IDEA Blog2136 字 (约 9 分钟)
85

The article introduces how to use AI agents combined with traditional development tools to solve the problem of unstable tests by comparing different execution paths to find the root cause.

入选理由:AI代理可以用于确定性地定位不稳定测试的根本原因。

FeaturedArticle#AI#Testing#Debugging英文
IntelliJ IDEA 2026.1.2 Is Out!

IntelliJ IDEA 2026.1.2 Is Out!

The JetBrains Blog498 字 (约 2 分钟)
85

IntelliJ IDEA 2026.1.2 has been released with several improvements and new features.

入选理由:新增对 Kotlin 2.17 的支持

FeaturedArticle#IntelliJ IDEA#IDE#Kotlin英文
How to Make Code Highlighting-Friendly

How to Make Code Highlighting-Friendly

The JetBrains Blog3040 字 (约 13 分钟)
85

Optimizing highlighting complexity can significantly improve IDE performance, including faster responsiveness and lower CPU/memory consumption.

入选理由:将代码拆分为模块可限制绑定范围并加速增量编译,从而提高高亮效率。

FeaturedArticle#Scala#IntelliJ IDEA#Code Optimization#Performance Tuning英文
The JetBrains Blog 图标

IntelliJ IDEA 2026.2.1 Is Out!

The JetBrains Blog218 字 (约 1 分钟)
75

IntelliJ IDEA 2026.2.1修复了Markdown脚本执行、撤销操作等5个关键问题,提升开发效率。

入选理由:Markdown shell脚本现在按正确顺序执行(修复ID: IJPL-92206)

FeaturedArticle#IntelliJ IDEA#Java#Kotlin#IDE#JetBrains英文
IntelliJ IDEA 2025.3.5 is Out!

IntelliJ IDEA 2025.3.5 is Out!

The IntelliJ IDEA Blog376 字 (约 2 分钟)
75

JetBrains releases IntelliJ IDEA 2025.3.5 with new AI features and performance improvements.

入选理由:新增 AI 编程辅助功能提升开发效率

FeaturedArticle#IntelliJ#IDE#AI英文
Your JetBrains IDE Expertise, Now on LinkedIn

Your JetBrains IDE Expertise, Now on LinkedIn

The JetBrains Blog1031 字 (约 5 分钟)
60

JetBrains 推出 LinkedIn 插件,允许开发者将 IDE 使用情况直接展示在 LinkedIn 个人资料中,但信息密度较低。

入选理由:JetBrains 提供免费插件,将 IDE 使用情况同步到 LinkedIn。

FeaturedArticle#JetBrains#LinkedIn#插件#开发者工具英文
IntelliJ IDEA 2026.1.2 Is Out!

IntelliJ IDEA 2026.1.2 Is Out!

The JetBrains Blog498 字 (约 2 分钟)
60

IntelliJ IDEA 2026.1.2 has been released with several improvements and fixes, but lacks specific new features or technical depth.

入选理由:IntelliJ IDEA 2026.1.2 已发布,主要为稳定性与性能优化。

FeaturedArticle#IntelliJ IDEA#JetBrains#IDE#Software Update英文
Introducing the JetBrains Course Creators Program

Introducing the JetBrains Course Creators Program

The JetBrains Blog836 字 (约 4 分钟)
55

JetBrains launches the Course Creators Program to help programming educators on platforms like Udemy and Coursera integrate hands-on practice into professional IDEs, addressing the gap where students learn in browser environments but lack experience with real development tools.

入选理由:JetBrains推出Course Creators Program,支持与Coursera直接集成,学生可一键在IDE中打开项目

FeaturedArticle#JetBrains#Online Education#IDE#Programming Teaching#Coursera英文
IntelliJ IDEA 2026.1.3 Is Out!

IntelliJ IDEA 2026.1.3 Is Out!

The JetBrains Blog414 字 (约 2 分钟)
20

This page is merely a navigation shell for the IntelliJ IDEA 2026.1.3 release announcement, lacking specific update details, fix lists, or feature descriptions, and provides no actionable technical information.

入选理由:页面仅包含Cookie设置与站点导航菜单,未展示2026.1.3版本的任何实际更新日志或技术细节。

FeaturedArticle#IntelliJ IDEA#JetBrains#Release英文

跨材料问答 · IntelliJ IDEA

回答基于:IntelliJ IDEA 相关 20 条材料
    0 / 500

    AI may generate inaccurate information. Please verify important content.