IDEs 뉴스

iOS 디바이스에 앱을 쉽게 배포하세요

6월 2, 2025
도구를 전환하지 않고도 IDE에서 직접 iOS 앱을 물리적 디바이스 또는 시뮬레이터에 빌드, 서명, 설치할 수 있습니다.

iOS deployment refers to the process of building, signing, and transferring an iOS application from a development environment to either a simulator, a physical device, or the App Store. Within the Integrated Development Environments (IDE), this process integrates essential tasks including compiling the source code, managing provisioning profiles, setting up entitlements, and packaging the app for distribution. It also ensures alignment with Apple’s platform requirements through integrated tools that manage signing certificates and provisioning profiles.

Several IDEs offer support for deploying to iOS including:

  • RAD Studio Enterprise by Embarcadero lets you develop and deploy native iOS apps from a single codebase using integrated provisioning and debugging tools.
  • B4i (iOS) by Anywhere Software allows you to compile and deploy iOS applications using a Windows-based environment with remote build and device testing.
  • RemObjects Elements facilitates seamless iOS deployment with multi-language support and direct integration for building and deploying to Apple devices.

For an in-depth analysis of features and price, visit our comparison of Integrated Development Environments (IDEs).

Compare IDEs

내장된 AI로 PHP 코딩 속도를 높이세요

5월 27, 2025
Junie는 사용자의 코딩 스타일에 맞춰 변하는 실시간 인사이트와 맞춤형 권장사항으로 PhpStorm을 개선합니다.

Junie by JetBrains (included in AI Assistant - AI Pro) is a modern AI-powered debugging assistant designed to work seamlessly with JetBrains IDEs. It helps developers diagnose issues by providing intelligent explanations of errors, suggesting possible fixes, and even offering contextual insights into the codebase. With Junie, JetBrains extends its tradition of developer-centric innovation, making it easier to understand complex problems and reduce the time spent debugging.

The integration of Junie into PhpStorm marks a significant advancement for developers working within this popular PHP integrated development environment (IDE). By embedding directly into PhpStorm, Junie provides context-aware code completions, intelligent suggestions for PHP and JavaScript, and even assists with Laravel Blade templates and Tailwind CSS layout generation - key components in many modern PHP projects. This tight integration means PhpStorm users can now benefit from AI-powered enhancements without sacrificing the speed, accuracy, and ecosystem support that make PhpStorm a leading choice for PHP development.

JetBrains AI Assistant - AI Pro (which includes Junie) requires that you already own a JetBrains IDE product with an active commercial subscription license and 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 AI Assistant licensing page for full details.

JetBrains AI Assistant - AI Pro (which includes Junie) is available to buy in the following products:

실시간 코드 린터(linter) 검사를 추가하세요

5월 22, 2025
GoLand 2025.1에 golangci-lint를 사용하는 실시간 린터(linter) 검사가 포함되어, 코딩하는 즉시 문제를 발견하고 해결할 수 있습니다.

JetBrains GoLand is a dedicated integrated development environment (IDE) designed for Go programmers. It offers comprehensive features like intelligent code completion, advanced debugging tools, built-in testing frameworks, and code navigation aids for both individual and collaborative development. GoLand's focus on efficiency and productivity, along with its seamless integration with other JetBrains tools, makes it a powerful choice for professional Golang development.

The GoLand 2025.1 release now includes the Go Linter plugin, delivering built-in support for golangci-lint. This enhancement lets developers fine-tune their linters within the IDE, enabling more precise code analysis. By allowing you to select only the checks that matter to your project, this feature enhances the development process and improves code quality. In GoLand, linters operate as real-time inspections, helping you catch potential issues on the fly - before executing a single line of code. This proactive approach enhances both productivity and code reliability.

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

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

GoLand is available to buy in the following products:

변환된 데이터 세트를 쉽게 내보낼 수 있습니다

5월 21, 2025
이제 DataSpell 2025.1은 데이터를 CSV 또는 XLS 형식으로 출력할 수 있으며, 한 번만 클릭하면 재사용 가능한 변환 코드를 생성할 수 있습니다.

DataSpell by JetBrains is an Integrated Development Environment (IDE) specifically designed for data analysts and engineers. It allows you to write Python scripts, run SQL queries, analyze data in Jupyter notebooks, manage dbt workflows, and connect to databases, all within one seamless interface. DataSpell empowers you to stay focused on exploring insights and delivering high-quality results by combining rich data analysis tools with features like real-time error checking, code quality analysis, and built-in support for best practices like testing and documentation.

The DataSpell 2025.1 update adds new export transformation options, allowing users to efficiently handle post-processed data. Whether you need to archive your results or share them across platforms, you can now export transformed data in common formats such as CSV and XLS. In addition, for those looking to reproduce or share their data process, the tool offers the ability to export the transformation code itself. This improves the handoff between data exploration and production, ensuring data scientists and analysts can work more fluidly with both their outputs and the logic behind them.

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

DataSpell is licensed per user as a commercial annual subscription. See our DataSpell licensing page for full details.

DataSpell is available individually or as part of JetBrains All Products Pack.

내장된 디버깅 도구를 사용하여 코드 문제를 해결하세요

5월 20, 2025
디버깅 도구가 통합된 IDE를 사용하면 개발 환경을 벗어나지 않고도 코드 문제를 더 빠르게 식별하고 수정할 수 있습니다.

Debugging in an IDE (Integrated Development Environment) is the process of identifying, analyzing, and resolving errors or unintended behavior within code using the specialized tools provided by the environment. It allows developers to set breakpoints, inspect variable values, monitor memory usage, and control the execution flow of a program in real time, which facilitates a deeper understanding of how the code behaves under various conditions. This capability significantly accelerates problem resolution, improves code reliability, and enhances overall development efficiency by providing immediate feedback and precise control over the debugging process.

Common Debugging features include:

  • Breakpoints pauses code execution at specific lines to examine program state and behavior at critical points.
  • Debug code enables developers to step through code line by line or in controlled increments to analyze logic flow and detect errors.
  • Inspect lets you view and analyze the current values of variables, objects, and memory during a paused execution state.
  • Profiling or code profiling can measure code performance to identify bottlenecks, resource consumption, and optimize execution efficiency.
  • Threading enables the monitoring and control of multiple threads, which are independent paths of execution within a program, to ensure correct parallel processing and resolve issues such as deadlocks and race conditions.
  • Watches can track specific variable values or expressions throughout code execution to detect unexpected changes or behaviors.

For an in-depth analysis of features and price, visit our Integrated Development Environments (IDEs) comparison.

Explore Debugging Features