---
title: "JetBrains Opens the Vault: JavaScript and TypeScript Support Now Free in IntelliJ IDEA"
description: "As of March 2026, IntelliJ IDEA v2026.1 ships JavaScript, TypeScript, HTML, CSS, and basic React features at no extra cost, features that previously required a paid Ultimate subscription. The catch: Angular, Vue, and advanced debugging still need Ultimate."
date: 2026-04-02
image: "/images/heroes/2026-04-02--intellij-idea-javascript-typescript-free.png"
author: lschvn
tags: ["frameworks", "tooling", "typescript"]
readingTime: 4
tldr:
  - "IntelliJ IDEA v2026.1 ships JS, TS, HTML, CSS, and basic React features for free, previously only in the paid Ultimate tier."
  - "Advanced features like Angular/Vue support, dedicated debuggers, and test UI tooling still require an Ultimate subscription."
  - "The move directly challenges VS Code and WebStorm's position in the JavaScript IDE market."
---

JetBrains announced in late March 2026 that IntelliJ IDEA v2026.1 now includes core web development features at no cost. JavaScript, TypeScript, HTML, CSS, and basic React support, once locked behind the Ultimate subscription, are now available in the free Community and Professional editions.

## What's Included Now

The free tier adds:

- **Basic React support**: code completion, component and prop navigation, rename refactorings
- **Smart import management**: auto-adds missing imports, cleans up unused ones, handles paste refactoring
- **Code navigation**: gutter icons for jump-to actions, recursive calls, TypeScript source mapping
- **Core refactorings**: Rename, Introduce Variable/Constant, Change Signature, Move Members
- **Built-in inspections and quick fixes**: catch potential issues as you code
- **[Prettier](/articles/2026-04-05--oxc-rust-javascript-toolchain-benchmarks), [ESLint](/articles/2026-04-05--eslint-v10-flat-config-rust-alternatives), TSLint, and StyleLint integration**: code formatting and linting from within the IDE
- **Vite project generator**: scaffold web projects without leaving the IDE
- **Dependency vulnerability scanning**: security checks on your `package.json`

## What's Still Paywalled

If you need the full frontend toolkit, Ultimate is still required for:

- Dedicated JavaScript and TypeScript debuggers
- Test runner and test UI tooling
- Angular and [Vue](/articles/2026-04-16--vue-3-6-beta-vapor-mode-alien-signals) support
- Advanced refactorings beyond the core set

JetBrains is transparent about this: the free tier covers "building modern web applications," but full-stack professional work still needs paid tooling.

## Why JetBrains Made This Move

VS Code's dominance in web development has been relentless. Microsoft's editor, combined with the freely available TypeScript compiler and a rich extension ecosystem, has made paid JavaScript IDEs a hard sell for many teams.

JetBrains' response has been gradual but strategic. WebStorm, their dedicated JavaScript IDE, has always been a premium product. By embedding essential web features directly into IntelliJ IDEA, their flagship product, JetBrains gives developers a reason to use their ecosystem without asking them to pay upfront or learn a new tool.

The 30-day Ultimate trial (no credit card required) remains the on-ramp for teams that outgrow the free tier.

## Practical Impact

If you've been bouncing between VS Code for JavaScript work and IntelliJ IDEA for Java or Kotlin, v2026.1 makes that split less necessary. The gap between "web IDE" and "full IDE" just narrowed considerably.

For TypeScript developers specifically, having IntelliJ IDEA's refactoring engine, inspection system, and project navigation available without a subscription is a meaningful upgrade over the baseline VS Code + TypeScript Language Server experience.

---

*Daily TypeScript ecosystem coverage at [ts.news](https://ts.news).*
