JetBrains Opens the Vault: JavaScript and TypeScript Support Now Free in IntelliJ IDEA

JetBrains Opens the Vault: JavaScript and TypeScript Support Now Free in IntelliJ IDEA

lschvn4 min read

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, ESLint, 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 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.

Related articles

More coverage with overlapping topics and tags.

React Router v8 Graduates Its Future Flags to Defaults, Goes ESM-Only, and Drops `react-router-dom`
frameworks

React Router v8 Graduates Its Future Flags to Defaults, Goes ESM-Only, and Drops `react-router-dom`

React Router v8.0.0 (June 17, 2026) is the first major release under the project's Open Governance model and the first on a planned yearly cadence. Every `future.v8_*` flag from v7 is now the default (always-on middleware, pass-through requests, the Vite Environment API, route-module splitting), the baseline moves to Node 22.22+, React 19.2.7+, and Vite 7+, all packages ship ESM-only with an ES2022 target, `react-router-dom` is removed, and the node adapters switch to a Remix-maintained fetch server while `create-react-router` drops its fetch polyfill for native `fetch`.
Oxc v0.134: oxlint v1.68 Adds Vue Linter Rules and TypeScript Accessor Checks
frameworks

Oxc v0.134: oxlint v1.68 Adds Vue Linter Rules and TypeScript Accessor Checks

Oxc's June release ships oxlint v1.68.0 with two new Vue rules, a TypeScript method-signature-style linter rule, and parser improvements that reject ambient context misuse. oxfmt v0.53.0 ships formatter updates alongside performance work on token parsing.
SWC v1.15.26: Rust-Powered JavaScript Compiler Keeps Shipping
frameworks

SWC v1.15.26: Rust-Powered JavaScript Compiler Keeps Shipping

The swc-project Rust compiler released v1.15.26 with bug fixes, performance improvements, and continued integration across the Node.js and bundler ecosystem.

Comments

Log in Log in to join the conversation.

No comments yet. Be the first to share your thoughts.