IDEsのニュース

OSプラットフォーム間でPHPアプリをリモートでデバッグ

9月 2, 2025
PhpStorm 2025.2は完全なリモート開発をサポートし、クロスプラットフォームコーディングと強力なリモートハードウェアの使用が可能

PhpStorm by JetBrains is a sophisticated Integrated Development Environment (IDE) specifically designed for PHP and web development. It offers a range of features to enhance your coding experience, including syntax highlighting, intelligent code completion, on-the-fly error detection, built-in debugging tools, and advanced code refactoring capabilities. It also supports various web technologies like HTML, CSS, and JavaScript, making it a versatile tool for building complete web applications.

The PhpStorm version 2025.2 release introduces comprehensive remote development support, allowing developers to work with projects hosted on remote machines, in development containers, or via Windows Subsystem for Linux (WSL). This feature enables users to check out, load, and fully interact with projects - including indexing, analyzing, building, running, debugging, and testing - without requiring the codebase to reside locally. Remote development is particularly useful for those looking to develop on a different operating system than the one installed locally, or for teams that rely on high-performance hardware located in data centers or the cloud. It also supports using PhpStorm as a thin client, where only the IDE interface runs locally, while all computational tasks are handled remotely.

To see a full list of what's new in version 2025.2, see our release notes.

PhpStorm is licensed per user, and is available as a commercial annual subscription license. We can supply new subscriptions, subscription renewals, lapsed renewals, and additional user licenses. See our PhpStorm licensing page for full details.

PhpStorm is available to buy in the following products:

リアルタイムの洞察でSpring Appsをより迅速にデバッグ

9月 1, 2025
IntelliJ IDEA 2025.2には、Beanと構成値に関するライブデータを使用してアプリケーションの動作の可視性を強化する新しいSpring Debuggerを追加

IntelliJ IDEA by JetBrains is an integrated development environment (IDE) designed to maximize developer productivity through intelligent code assistance, deep language understanding, and robust developer tools. Known for its support for Java and a wide array of other languages and frameworks, IntelliJ IDEA offers advanced code completion, on-the-fly analysis, and reliable refactoring tools that accelerate the entire development process. With a strong focus on ergonomics and performance, it enables professionals to write, test, and debug high-quality code faster and with greater confidence.

The IntelliJ IDEA 2025.2 update adds new Spring Debugger, aiming to significantly improve how developers analyze and resolve issues in Spring-based applications. This update provides deep, real-time visibility into application internals directly from the IDE, removing the need to jump between logs, code, and external tools during debugging. Developers can now instantly see which Spring beans are currently loaded or mocked, and evaluate their definitions without restarting the application. This live view extends to resolved configuration values, with precise source tracking - even for values pulled from environment variables or profile-specific settings. This can help teams pinpoint misconfigurations much faster.

To see a full list of what's new in version 2025.2 see our release notes.

IntelliJ IDEA is licensed per user as a commercial annual subscription. We can supply New Subscriptions, Subscription Renewals, Lapsed Subscription Renewals, and Additional Developer Licenses. See our IntelliJ IDEA licensing page for full details.

IntelliJ IDEA is available to buy in the following products:

大規模なデータベーススキーマで作業を高速化

8月 29, 2025
DataGrip 2025.2では、PostgreSQLとSQL Serverのメタデータイントロスペクションが調整され、大規模なデータベースでの応答性が向上

DataGrip is a multi-engine database environment that supports MySQL, PostgreSQL, Microsoft SQL Server, Oracle, Sybase, DB2, SQLite, HyperSQL, Apache Derby and H2. It includes an editor that provides intelligent coding assistance such as auto-completion, analysis and navigation. It also features a query console for running and profiling queries.

The JetBrains DataGrip 2025.2 release extends its 'introspection by levels' feature to support PostgreSQL and Microsoft SQL Server. This capability optimizes how metadata is loaded by dynamically adjusting the depth of introspection based on the size of the database. For larger environments, this means users no longer need to wait for a full metadata load before interacting with the database. This change is particularly helpful for teams working with extensive schemas, where full introspection could previously slow down the interface or delay access. Now, essential metadata is prioritized, allowing developers and database administrators to begin tasks like writing queries or inspecting structure more quickly.

To see a full list of what's new in version 2025.2, see our release notes.

DataGrip is licensed per user, and is available as a commercial annual subscription license. We can supply new subscriptions, subscription renewals, lapsed renewals, and additional user licenses. See our DataGrip licensing page for full details.

DataGrip is available to buy in the following products:

開発環境でエラーが発生した後に作業を回復

8月 28, 2025
CodeCanvas 2025.3では、失敗したセットアップの元のボリュームを使用するリカバリ環境を作成することで、プッシュされていない変更にアクセス可能

CodeCanvas is JetBrains’ answer to the growing need for scalable, cloud-based development setups that don’t compromise on control or tooling preferences. As a cloud development environment (CDE) orchestrator, it allows teams to spin up consistent and fully configured development environments using their favorite JetBrains IDEs - all within their own infrastructure. This setup significantly reduces the overhead of environment mismatches and local setup time, making it easier for developers to start writing code immediately, no matter where they’re working from.

The CodeCanvas 2025.3 release adds the ability to recover data from failed development environments. If an environment fails to start - whether due to configuration errors, system issues, or other problems - you can now create a dedicated recovery environment that retains the volume of the original setup. This means that any unpushed code or unsaved data left behind can still be accessed, reviewed, and preserved. It's a practical safeguard for developers working in cloud-based workflows, helping to reduce the risk of lost work and ensuring continuity across development sessions.

To see a full list of what's new in version 2025.3, see our release notes.

CodeCanvas is available as an annual subscription license. It uses a floating license model governed by Daily Active Users (DAU). Any user can access CodeCanvas as long as the number of users active on any single day does not exceed the total licenses purchased. The license pool resets every 24 hours, enabling different team members to rotate access. See our CodeCanvas licensing page for full details.

For more information, see our CodeCanvas product page.

自動リファクタリングでコードを迅速に適応

8月 27, 2025
JetBrains All Products Packは、コードベース全体でコードの名前変更、移動、再構築を一貫して行うプロジェクト全体のリファクタリングを提供

The JetBrains All Products Pack provides access to a comprehensive suite of JetBrains tools, including 12 IDEs, 3 extensions, and 2 profilers, all under one unified license. This flexible solution allows users to switch between tools across multiple machines, adapting to different projects with ease. With a single license, you benefit from simplified license management and significant cost savings - 12 IDEs for the price of two. The All Products Pack is designed to advance your skills by giving you unlimited access to industry-leading professional tools, empowering efficient, high-quality development across a variety of languages and platforms.

The JetBrains All Products Pack enables project-wide refactorings that streamline large-scale code changes by applying consistent updates across the entire codebase. Developers can rename classes, methods, or variables, move files or components, and extract methods without manually tracking each reference, reducing the risk of errors and missed dependencies. Context-aware analysis ensures that changes are applied accurately and safely, preserving functionality while improving code structure. This capability enhances maintainability, accelerates development workflows, and allows teams to adapt their applications efficiently as requirements evolve.

JetBrains All Products Pack is licensed per user as a commercial annual subscription. We can supply new subscriptions, subscription renewals, lapsed subscription renewals, and additional developer licenses. See our JetBrains All Products Pack licensing page for full details.

For more information, see our JetBrains All Products Pack product page.