SuiteCloud Platform
NetSuite 2025.2
2025-08-12

SuiteCloud Development Framework: VS Code Extension Ships

Oracle's official SuiteCloud extension for VS Code replaces the previous WebStorm-only IDE plugin. Source-control friendly project layouts and an integrated deploy/validate panel.

Affects:SDFSuiteCloud CLIVS Code

For years the only first-party IDE option for SuiteCloud Development Framework was the WebStorm plugin. 2025.2 finally ships an official VS Code extension.

What you get

  • SDF project scaffold commands.
  • Inline validation against the account's object schema before deploy.
  • One-click deploy and validate with authentication via the existing SuiteCloud CLI auth store.
  • Object dependency graph view — handy for understanding what a single SDF object actually drags along when deployed.

Recommendation

If you have a SuiteCloud project still living in a folder someone's editing in Notepad++, this is your excuse to put it in git and standardize the toolchain. The CLI is unchanged, so existing CI pipelines keep working.