Independent guide — not affiliated with Oracle. Every download goes straight to download.oracle.com.

sqldeveloper.download

verdict: not discontinued — v26.2.0 shipped 2026-07-14

SQL Developer classic vs the VS Code extension: what to use in 2026

The SQL Developer Extension for VS Code is Oracle’s stated future for new features, but classic SQL Developer is not discontinued — version 26.2.0 shipped on 2026-07-14 and the 24.3 line is supported into April 2027. Here is the honest timeline and how to choose.

The actual timeline, with dates

“SQL Developer is dead” gets repeated often enough that it deserves the dated record. Every entry below links to a primary source; nothing is inferred:

  • 2024-01 Oracle announces the SQL Developer Extension for VS Code — new home for feature development (oracle.com/database/sqldeveloper/vscode).
  • 2024-12 Oracle’s product team publishes a “definitive guide to moving from SQL Developer to VS Code” — stating no new features for the classic app, with popular features migrating to the extension.
  • 2026-02 Oracle extends 24.3 support to April 2027 — a commitment to the desktop app’s existing users.
  • 2026-07-14 Oracle ships desktop version 26.2.0 (build 26.2.0.186.2220) for Windows, macOS ARM64, and Linux — the classic app is still being released in 2026.

Read together: the desktop app is in maintenance-plus mode — still released, still supported, no longer where new features land first. That is not “discontinued,” but it is a direction.

Classic SQL Developer vs the VS Code extension

SQL Developer 26.2.0 (classic)VS Code extension
PriceFree (FUTC license)Free (VS Code Marketplace)
New featuresMaintenance releasesPrimary target of Oracle’s development
PlatformsWindows x64, macOS ARM64, LinuxAnywhere VS Code runs — including Intel Macs
Java setupJDK 17 (bundled in most archives)None — managed by the extension
Mature toolingDBA views, Data Modeler, migrations, PL/SQL debuggerGrowing; core worksheet and object browsing first
Best forFull-time Oracle DBAs and PL/SQL developersDevelopers already working in VS Code

Our take, honestly held: if you depend on the mature tooling column, stay on classic — you have support until at least April 2027 on the 24.3 line and current releases like 26.2.0 to run. If you are starting fresh in 2026 and live in VS Code, start with the extension and keep the classic download ready for the tooling gaps. Both are free; running both side-by-side is a completely normal setup.

SQL Developer & VS Code — FAQ

Is SQL Developer being replaced by the VS Code extension?

Gradually, yes. Oracle has said new feature development targets the SQL Developer Extension for VS Code, with classic features migrating over. But the desktop app is still being released — 26.2.0 shipped on 2026-07-14 — so “replaced” is a roadmap, not today’s reality.

Is the SQL Developer VS Code extension free?

Yes. The Oracle SQL Developer Extension for VS Code is free on the Visual Studio Marketplace, matching the desktop app’s free FUTC license.

Should I switch from SQL Developer to the VS Code extension?

Switch if you already live in VS Code or want the newest features first, since that is where Oracle’s new development lands. Stay on the desktop app if you rely on mature tooling like the DBA views, migrations, or Data Modeler workflows that have not fully moved over yet.

Can I run both the desktop app and the VS Code extension?

Yes. They install independently and can even connect to the same databases simultaneously. Connections are defined separately in each, so you keep both configured side by side while you evaluate.

When does support for classic SQL Developer end?

No end-of-life date is announced. Oracle extended support for the 24.3 line to April 2027 (announced February 2026) and shipped 26.2.0 in July 2026 — signals that the classic app remains supported while the VS Code extension matures.

Does the VS Code extension need Java installed?

No separate JDK install is required to get started — the extension manages its own runtime through VS Code, which is one reason Intel Mac users blocked from the 26.2.0 desktop build often land on it.

What is SQLcl and how does it relate?

SQLcl is Oracle’s free command-line companion to SQL Developer — a modern replacement for SQL*Plus. The VS Code extension builds on SQLcl under the hood, and scripts written for SQLcl work in both worlds.

Where do I get the VS Code extension?

From the Visual Studio Marketplace: search “Oracle SQL Developer” inside VS Code’s Extensions view, or install it from the marketplace listing published by Oracle. It is the only official source.