IDE

938 items RSS
Z
Zed IDE

nightly: Fix a flacky bracket test (#64321)

Fixes a flack from https://github.com/zed-industries/zed/actions/runs/35127308706/job/104899555087?pr=64257#step:7:5674 I believe more tests are worth fixing like that, but those pass right now, so let's first deal with the only flaky one. Release Notes: N/A

Z
Zed IDE v1.21.0-pre

v1.21.0-pre

This week's release includes faster rendering in syntax-highlighted files and Markdown code blocks, a language server command picker, and a setting that keeps your system awake during long-running agent turns. Shipped by the Zed Guild 🛡️ Fixed a bug where folders remained highlighted after they stopped being dragged. (#64038; thanks tidely) Learn about the Zed Guild. Features AI Added SuperGrok si…

Z
Zed IDE v1.20.1

v1.20.1

This week's release includes an optional cursor movement animation, a setting to open Markdown files directly in the rendered preview, Emmet wrap with abbreviation support, and configurable window title formatting. Shipped by the Zed Guild 🛡️ Added the on_new_window setting to choose whether new windows show the Launchpad (launchpad, the default) or an empty untitled buffer (empty_tab). (#63522; t…

Z
Zed IDE

collab-staging: editor: Render point diagnostics without glyphs (#63933)

Closes #63084. Zed already normalizes most empty and line-terminator-only diagnostic ranges onto an adjacent character. A diagnostic can still remain a true point when its position has no glyph, such as column zero of an empty line or an empty file. The shaped-text path has no TextRun at that position, so the diagnostic appears in diagnostic UI but has no editor squiggle. Render only diagnostics t…

A
Android Studio IDE

Android Studio Rabbit 1 RC 1 now available

Android Studio Rabbit 1 RC 1 is now available in the Beta channel. If you already have an Android Studio build on the Beta channel, you can get the update by clicking Help > Check for Updates (or Android Studio > Check for Updates on macOS). Otherwise, you can download it here. For information on new features and changes in Android Studio Rabbit 1, see the Android Studio Preview release notes. For…

I
IntelliJ IDEA IDE

Logpoints Walkthrough

Modern development tools, especially IntelliJ IDEA, have such comprehensive debugging support that for virtually any niche use case, there is a specialized tool for the job. This can make it hard to know where to begin. If you are new to debugging tools and want the biggest return on your learning investment, the best feature […]

J
JetBrains Rider (.NET Tools) IDE v2026.2.2

Rider and ReSharper 2026.2.2 Are Out!

We’ve released version 2026.2.2 of ReSharper, Rider, and .NET tools. You can install this update from inside the tools themselves, through the Toolbox App, or on our website. Here’s what’s new in this update. Rider 2026.2.2 AI Agent Setup widget We’ve recently added a wide range of features to help you work with coding agents […]

V
Visual Studio IDE

AI Is Changing How We Code. It’s Also Changing How We Learn. 

AI is changing software development at a pace no one can ignore. Developers now have powerful AI tools that can help us write code, understand unfamiliar codebases, troubleshoot problems, learn new frameworks, and get answers in seconds. That is an incredible opportunity. But as these tools become more capable, I believe something else is becoming more valuable […] The post AI Is Changing How We C…

I
IntelliJ IDEA IDE v2026.2.3

IntelliJ IDEA 2026.2.3 Is Out!

We’ve just released IntelliJ IDEA 2026.2.3. You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are a Ubuntu user. You can also download it from our website. The latest update brings the following improvements: For a comprehensive overview of the fixes, see the release notes. […]

N
Neovim IDE

Nvim development (prerelease) build

NVIM v0.13.0-dev-1651+gcb76690546 Build type: RelWithDebInfo LuaJIT 2.1.1788460057 Release notes Changelog (fixes + features) News (:help news in Nvim) Install Windows Zip Download nvim-win64.zip (or nvim-win-arm64.zip for ARM) Extract the zip Run nvim.exe in your terminal MSI Download nvim-win64.msi (or nvim-win-arm64.msi for ARM) Run the MSI Run nvim.exe in your terminal Note: On Windows "Server…

M
micro IDE

nightly

Automatic generated nightly build of micro (please DISREGARD the creation date of this Github release).

V
Visual Studio IDE

Today I will… improve test coverage

Today I want to look at how we can improve on the test coverage that we have in the Interview Coach application. This application has some unit tests in it already, but I’m sure there is room for improvement. Defining our baseline Before we start writing tests, it’s a good idea to have a baseline […] The post Today I will… improve test coverage appeared first on Visual Studio Blog.

I
IntelliJ IDEA IDE

Java 27 in IntelliJ IDEA

In line with the six-month release cadence, Java 27 was released on September 15, 2026. In this blog post, we will look at what’s included in this release, how IntelliJ IDEA continues to support the latest Java versions, and even how IntelliJ IDEA is benefiting from some of the changes to the JDK. Java 27 […]