Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Bladed 5 ToolsNew to Visual Studio Code? Get it now.
Bladed 5 Tools

Bladed 5 Tools

DNV Bladed

|
3 installs
| (0) | Free
Easily create and validate Bladed 5 JSON inputs in Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Bladed 5 Tools for Visual Studio Code

The Bladed 5 Tools extension provides input validation, auto-completion, tooltips, and enhanced syntax highlighting making it easier to create Bladed 5 JSON input files using Visual Studio Code.

Activate the extension features

After installing the Bladed 5 Tools extension, make sure your JSON file includes the $schema property at the top of your JSON file, pointing to a valid Bladed JSON schema. This line activates the extension’s features.

For example, this URI points to the root Bladed 5 schema, which is required to validate all inputs used in a simulation:

{
    "$schema": "bladed-schema://5.0.0/simulate/BladedAnalysis.json"
}

Validation

Get real-time validation as you edit. Errors are visible directly in your editor or you can look at them by opening up the Problems panel (Ctrl + Shift + M on Windows).

Schema validation errors GIF

Auto-complete

When authoring properties, the schema provides auto-complete suggestions to show what Bladed 5 supports. If a default value exists, it will be inserted automatically.

Additionally, auto-complete suggestions can be triggered at any point in the document by pressing Ctrl + Space.

Auto-complete examples usage GIF

Tooltips

Hover over any field name or object to view contextual details such as its description, required JSON input type, unit, and — where relevant — its default value.

Tooltip example GIF

Syntax highlighting

Bladed-specific JSON properties are rendered with custom syntax highlighting, making key fields easy to spot and understand.

Image coming soon...


(c) DNV Services UK Limited 2026. All rights reserved. | 0.1.0 | (build version: 0.1.0+b.2.sha.6a526cf.t.beta.7)

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft