• Coming soon · Private beta · Q3 2026
Home / Products / Infinite Studio
Infinite Studio · Add-on to Infinite i · Beta

A modern IDE for RPG & ILE COBOL. Finally.

Infinite Studio brings VS Code's full development experience — syntax highlighting, IntelliSense, refactoring, Git integration, debugger, AI assistance — to RPG Free, ILE COBOL, CL, and DDS. Built on the world's most-used IDE. Targeted at the world's most-overlooked language.

See the feature roadmap
order_entry.rpgle — infinite-studio
EXPLORER
▾ ORDERENTRY
 ▾ rpgle
  customer_maint.rpgle
  order_entry.rpgle
  invoice_print.rpgle
 ▾ cl
  daily_batch.clle
 ▸ dds
 ▸ build
// Order Entry — recompiled to Linux
**FREE
ctl-opt dftactgrp(*no);

dcl-f CUSTMST usage(*input);
dcl-f ORDDTL usage(*update);

dcl-s custKey packed(9:0);
dcl-s orderTotal packed(11:2);

chain custKey CUSTMST;
if %found(CUSTMST);
  orderTotal = calcTotal(orderLines);
endif;
▎ IntelliSense: calcTotal(orderLines: dim) ▸
RPG Free
ILE COBOL · CL · DDS
Git
Native version control
AI
Inline code suggestions
VS Code
Marketplace extension
Why build this now

The most-used language on Earth's most-overlooked platform deserves better tools.

RPG and ILE COBOL developers have been working in tools that haven't materially changed in a decade. SEU was last meaningfully updated in the 1990s. RDi, while modern, is heavy, expensive, and tied to a shrinking platform. Meanwhile, the wider development world standardized on VS Code. Infinite Studio brings that world to IBM i developers.

01

Modern editing

Syntax highlighting, IntelliSense, code folding, multi-cursor, and refactoring for RPG Free, ILE COBOL, CL, and DDS.

02

Real version control

Native Git integration. Branch, diff, commit, and pull request your RPG source like any modern codebase.

03

AI that knows RPG

Inline AI suggestions trained on RPG and COBOL idioms — explain legacy code, generate tests, suggest fixes.

Private beta · Q3 2026

Help shape the IDE your team has always wanted.

We're inviting a small group of RPG and ILE COBOL shops into the Infinite Studio private beta. Tell us about your codebase and your current toolchain, and we'll be in touch.

The Infinite i platform and its add-ons

Infinite i at the core — with add-ons for the interface, data, and developer experience.